Launch as a daemon and set systemd service type to forking 56/191456/2 accepted/tizen/5.0/unified/20181102.030038 accepted/tizen/unified/20181019.080714 submit/tizen/20181018.230308 submit/tizen_5.0/20181101.000007
authorSeungbae Shin <seungbae.shin@samsung.com>
Wed, 17 Oct 2018 08:13:31 +0000 (17:13 +0900)
committerSeungbae Shin <seungbae.shin@samsung.com>
Wed, 17 Oct 2018 08:20:35 +0000 (17:20 +0900)
Change-Id: I768ae15fc1dec95d5adfbe045484b547166dd88b

packaging/murphy.spec
packaging/murphyd.service

index 8ad168dacf1ca5471304241d5e08612c21ffb6ff..27c3f6b875e6da67ab78d39430fa796c136d4ba3 100644 (file)
@@ -29,7 +29,7 @@
 Summary: Resource policy framework
 Name: murphy
 Version: 0.0.74
-Release: 12
+Release: 13
 License: BSD-3-Clause
 Group: System/Service
 URL: http://01.org/murphy/
index f99297bca4d22107a70c22a0b633b54b143c0c73..324a2eb58831daddfa1b5f1bc99e2df104bc42aa 100644 (file)
@@ -2,7 +2,8 @@
 Description=Murphy Resource Policy Daemon
 
 [Service]
-ExecStart=/usr/bin/murphyd -t dlog -vvv -f
+ExecStart=/usr/bin/murphyd -t dlog -vvv
+Type=forking
 KillMode=process
 KillSignal=SIGKILL
 Restart=always