Add note about systemd load location

closes #2461
This commit is contained in:
Matthias 2019-11-09 16:24:24 +01:00
parent 12654cb810
commit de2d04f06b
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@ If you do not know what things mentioned here mean, you probably do not need it.
Copy the `freqtrade.service` file to your systemd user directory (usually `~/.config/systemd/user`) and update `WorkingDirectory` and `ExecStart` to match your setup.
!!! Note
Certain systems (like Raspbian) don't load service unit files from the user directory. In this case, copy `freqtrade.service` into `/etc/systemd/user/` (requires superuser permissions).
After that you can start the daemon with:
```bash