projects
/
platform
/
upstream
/
murphy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31c38f4
)
Set terminating signal to SIGKILL
57/139157/1
accepted/tizen/4.0/unified/20170816.012344
accepted/tizen/4.0/unified/20170828.222738
accepted/tizen/unified/20170720.164914
submit/tizen/20170720.052926
submit/tizen_4.0/20170811.094300
submit/tizen_4.0/20170828.100006
tizen_4.0.IoT.p1_release
tizen_4.0.IoT.p2_release
tizen_4.0.m2_release
author
Konrad Kuchciak
<k.kuchciak@samsung.com>
Mon, 17 Jul 2017 13:45:01 +0000
(15:45 +0200)
committer
Konrad Kuchciak
<k.kuchciak@samsung.com>
Mon, 17 Jul 2017 13:49:56 +0000
(15:49 +0200)
Murphy doesn't shut down properly when SIGTERM is delivered - this
blocks system shutdown/reboot for 90 sec (systemd default).
Change-Id: Icb5d3b8c7f175abfe41c8c1b2b31a844f1a240f2
packaging/murphyd.service
patch
|
blob
|
history
diff --git
a/packaging/murphyd.service
b/packaging/murphyd.service
index dba4be509dad43ccf32d869689a38cd73e4c80a2..f99297bca4d22107a70c22a0b633b54b143c0c73 100644
(file)
--- 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