mirror of
https://github.com/YunoHost-Apps/lufi_ynh.git
synced 2024-09-03 19:36:28 +02:00
Fix pid file path
This commit is contained in:
parent
6e05053ee9
commit
3b0983a084
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ User=__APP__
|
||||||
Group=__APP__
|
Group=__APP__
|
||||||
RemainAfterExit=yes
|
RemainAfterExit=yes
|
||||||
WorkingDirectory=__FINALPATH__
|
WorkingDirectory=__FINALPATH__
|
||||||
PIDFile=__FINALPATH__script/hypnotoad.pid
|
PIDFile=__FINALPATH__/script/hypnotoad.pid
|
||||||
ExecStart=/usr/local/bin/carton exec hypnotoad script/lufi
|
ExecStart=/usr/local/bin/carton exec hypnotoad script/lufi
|
||||||
ExecStop=/usr/local/bin/carton exec hypnotoad -s script/lufi
|
ExecStop=/usr/local/bin/carton exec hypnotoad -s script/lufi
|
||||||
ExecReload=/usr/local/bin/carton exec hypnotoad script/lufi
|
ExecReload=/usr/local/bin/carton exec hypnotoad script/lufi
|
||||||
|
|
Loading…
Reference in a new issue