diff options
author | Konrad Kuchciak <k.kuchciak@samsung.com> | 2017-07-17 15:45:01 +0200 |
---|---|---|
committer | Konrad Kuchciak <k.kuchciak@samsung.com> | 2017-07-17 15:49:56 +0200 |
commit | 80fe9e0dd1f05f41244200278a0b1feb1f306cdc (patch) | |
tree | 75da58c3c96d9d4ef4ab9965572ef9da605d444d | |
parent | 31c38f4037d9f035bbc5668c7e016faa4612a29a (diff) | |
download | murphy-80fe9e0dd1f05f41244200278a0b1feb1f306cdc.tar.gz murphy-80fe9e0dd1f05f41244200278a0b1feb1f306cdc.tar.bz2 murphy-80fe9e0dd1f05f41244200278a0b1feb1f306cdc.zip |
Set terminating signal to SIGKILLtizen_4.0.m2_releasetizen_4.0.IoT.p2_releasetizen_4.0.IoT.p1_releasesubmit/tizen_4.0/20170828.100006submit/tizen_4.0/20170811.094300submit/tizen/20170720.052926accepted/tizen/unified/20170720.164914accepted/tizen/4.0/unified/20170828.222738accepted/tizen/4.0/unified/20170816.012344
Murphy doesn't shut down properly when SIGTERM is delivered - this
blocks system shutdown/reboot for 90 sec (systemd default).
Change-Id: Icb5d3b8c7f175abfe41c8c1b2b31a844f1a240f2
-rw-r--r-- | packaging/murphyd.service | 2 |
1 files changed, 2 insertions, 0 deletions
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 |