From 5411ae4782270e8e82b05e4c7c8135f4eb774dda Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 23 Oct 2012 00:11:59 +0200 Subject: [PATCH] units: use numerig signal for killing systemd, to avoid incompatibilities with procps/util-linux kill --- units/user/systemd-exit.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/units/user/systemd-exit.service.in b/units/user/systemd-exit.service.in index 95bd6b116..987fab812 100644 --- a/units/user/systemd-exit.service.in +++ b/units/user/systemd-exit.service.in @@ -14,4 +14,4 @@ After=shutdown.target [Service] Type=oneshot -ExecStart=@KILL@ -s RTMAX-6 $MANAGERPID +ExecStart=@KILL@ -s 58 $MANAGERPID -- 2.30.2