1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lufi_ynh.git synced 2024-09-03 19:36:28 +02:00
Commit graph

5 commits

Author SHA1 Message Date
Kayou
b0a14a937c
Merge pull request #37 from autra/fix_pid_file
Fix pid file path
2020-05-21 11:00:42 +02:00
Augustin Trancart
22b6072178 Remove RemainAfterExit in systemd unit
RemainAfterExit means that the service should be considered active even
when all its children has terminated. This is not what we want here as
the child process created by carton is a daemon process and not expected
to terminate.

Also, on stretch, the return code of the child process has no influence
on the status of the service if RemainAfterExit is set.
2020-04-26 21:21:54 +02:00
Augustin Trancart
3b0983a084 Fix pid file path 2020-04-25 21:10:43 +02:00
Alexandre Aubin
17fc3def18
systemd service type should be "forking" ? 2020-04-25 16:50:32 +02:00
Kayou
fd1da4c7ae
conf files update 2019-03-03 18:04:44 +01:00
Renamed from conf/lufi.service (Browse further)