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

3 commits

Author SHA1 Message Date
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
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)