cleanup & setup

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
2018-03-06 18:21:21 +03:00
parent 88e05630ae
commit 8cee6abd50
2 changed files with 7 additions and 1 deletions

View File

@@ -39,3 +39,4 @@ Optional settings (incomplete list):
* `service_cgroup_cleanup = no` — Kill the entire cgroup on watchdog cleanup. Note that it is distinctly not the same as killing the cgroup on stopping.
* `service_success_exit = 0` — Array. Which exit codes to treat as successful termination. Only works for managed services (With no custom pidfile).
* `service_oneshot = no` — The service is supposed to do something and die instead of daemonizing.
* `service_signals_passthru` — Array, empty by default. Which signals should the svc pass directly to the service mainpid. This is dangerous, use with caution.