Change the service restart option to 'on-failure' 05/115505/1 tizen_3.0
authorMu-Woong Lee <muwoong.lee@samsung.com>
Mon, 20 Feb 2017 07:41:14 +0000 (16:41 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Mon, 20 Feb 2017 07:41:14 +0000 (16:41 +0900)
Change-Id: I83ce8890146851d0aa3eddc42338d1d5004c0c84
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
packaging/context-service.service

index ba392a55eb37e0e87f03b528716c2d7ab3a64ba0..654c86d64e7298c08b094d21b14a9276eeda01c8 100644 (file)
@@ -5,7 +5,7 @@ Description=Contextual Service Framework Daemon
 Type=dbus
 BusName=org.tizen.context
 ExecStart=/usr/bin/contextd
-Restart=always
+Restart=on-failure
 RestartSec=1
 
 [Install]