From ad5a9078ff68c2556a2b692855f04938efc06e3d Mon Sep 17 00:00:00 2001 From: dequis Date: Tue, 14 Jun 2016 03:16:02 -0300 Subject: systemd: Stop murdering the whole control group on stop With this change, restarting or upgrading bitlbee doesn't kill child processes anymore, keeping the behavior of sysv scripts. This is desirable in public servers, where you probably want to upgrade the master process without disconnecting everyone. --- init/bitlbee.service.in | 1 + 1 file changed, 1 insertion(+) (limited to 'init') diff --git a/init/bitlbee.service.in b/init/bitlbee.service.in index 64117fcf..c89d52fd 100644 --- a/init/bitlbee.service.in +++ b/init/bitlbee.service.in @@ -4,6 +4,7 @@ After=syslog.target [Service] ExecStart=@sbindir@bitlbee -F -n +KillMode=process [Install] WantedBy=multi-user.target -- cgit v1.2.3