fix: systemd service unit

This commit is contained in:
Markus Pesch 2020-08-19 19:15:06 +02:00
parent 6c03bc078b
commit ef9266b010
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ Description=Start flucky daemon
[Service]
Type=simple
ExecStart=/usr/local/bin/flucky daemon
ExecStart=/usr/bin/flucky daemon
[Install]
WantedBy=multi-user.target