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://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=5411ae4782270e8e82b05e4c7c8135f4eb774dda;ds=sidebyside 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 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