Change the service restart option to on-failure 50/115550/1
authorMu-Woong Lee <muwoong.lee@samsung.com>
Mon, 20 Feb 2017 09:44:34 +0000 (18:44 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Mon, 20 Feb 2017 09:44:34 +0000 (18:44 +0900)
Change-Id: I09b44f38c8d2f7db496d9807d7ad9975800a8823
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
packaging/context-service.service

index 22abc35..e5f2f31 100644 (file)
@@ -7,7 +7,7 @@ Group=service_fw
 Type=dbus
 BusName=org.tizen.context
 ExecStart=/usr/bin/contextd
-Restart=always
+Restart=on-failure
 RestartSec=1
 
 [Install]