mirror of
https://github.com/YunoHost-Apps/lufi_ynh.git
synced 2024-09-03 19:36:28 +02:00
Merge pull request #38 from autra/systemd-service-should-not-remain
Remove RemainAfterExit to correctly report failed service
This commit is contained in:
commit
ec69ec8806
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ After=network.target
|
|||
Type=forking
|
||||
User=__APP__
|
||||
Group=__APP__
|
||||
RemainAfterExit=yes
|
||||
WorkingDirectory=__FINALPATH__
|
||||
PIDFile=__FINALPATH__script/hypnotoad.pid
|
||||
ExecStart=/usr/local/bin/carton exec hypnotoad script/lufi
|
||||
|
|
Loading…
Add table
Reference in a new issue