summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonrad Kuchciak <k.kuchciak@samsung.com>2017-07-17 15:45:01 +0200
committerKonrad Kuchciak <k.kuchciak@samsung.com>2017-07-17 15:49:56 +0200
commit80fe9e0dd1f05f41244200278a0b1feb1f306cdc (patch)
tree75da58c3c96d9d4ef4ab9965572ef9da605d444d
parent31c38f4037d9f035bbc5668c7e016faa4612a29a (diff)
downloadmurphy-80fe9e0dd1f05f41244200278a0b1feb1f306cdc.tar.gz
murphy-80fe9e0dd1f05f41244200278a0b1feb1f306cdc.tar.bz2
murphy-80fe9e0dd1f05f41244200278a0b1feb1f306cdc.zip
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.service2
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