From: Konrad Kuchciak Date: Mon, 17 Jul 2017 13:45:01 +0000 (+0200) Subject: Set terminating signal to SIGKILL X-Git-Tag: submit/tizen/20170720.052926^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=80fe9e0dd1f05f41244200278a0b1feb1f306cdc;p=platform%2Fupstream%2Fmurphy.git Set terminating signal to SIGKILL Murphy doesn't shut down properly when SIGTERM is delivered - this blocks system shutdown/reboot for 90 sec (systemd default). Change-Id: Icb5d3b8c7f175abfe41c8c1b2b31a844f1a240f2 --- diff --git a/packaging/murphyd.service b/packaging/murphyd.service index dba4be5..f99297b 100644 --- a/packaging/murphyd.service +++ b/packaging/murphyd.service @@ -3,6 +3,8 @@ Description=Murphy Resource Policy Daemon [Service] ExecStart=/usr/bin/murphyd -t dlog -vvv -f +KillMode=process +KillSignal=SIGKILL Restart=always RestartSec=0 User=multimedia_fw