From: Lennart Poettering Date: Mon, 22 Oct 2012 22:11:59 +0000 (+0200) Subject: units: use numerig signal for killing systemd, to avoid incompatibilities with procps... X-Git-Tag: v195~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5411ae4782270e8e82b05e4c7c8135f4eb774dda;p=thirdparty%2Fsystemd.git units: use numerig signal for killing systemd, to avoid incompatibilities with procps/util-linux kill --- diff --git a/units/user/systemd-exit.service.in b/units/user/systemd-exit.service.in index 95bd6b11618..987fab8120e 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