1
0
Fork 0
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:
Kayou 2020-05-21 11:00:28 +02:00 committed by GitHub
commit ec69ec8806
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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