TERM rsyslogd instead of KILL for more graceful shutdown

This commit is contained in:
Christian Adams
2020-05-01 12:23:10 -04:00
parent a7ca6e2eea
commit c565130b35
3 changed files with 3 additions and 3 deletions

View File

@@ -58,7 +58,7 @@ data:
autostart = true
autorestart = true
stopwaitsecs = 5
stopsignal=KILL
stopsignal=TERM
stopasgroup=true
killasgroup=true
redirect_stderr=true