Change the service restart option to 'on-failure' 04/115504/1 accepted/tizen_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_wearable accepted/tizen/common/20170221.135103 accepted/tizen/ivi/20170221.230113 accepted/tizen/mobile/20170221.230025 accepted/tizen/unified/20170309.032839 accepted/tizen/wearable/20170221.230055 submit/tizen/20170221.022813 submit/tizen_unified/20170308.100406
authorMu-Woong Lee <muwoong.lee@samsung.com>
Mon, 20 Feb 2017 07:39:06 +0000 (16:39 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Mon, 20 Feb 2017 07:39:06 +0000 (16:39 +0900)
Change-Id: I146036ca88f88fecb9b68f0602e94dfbab60d173
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
packaging/context-service.service

index ba392a5..654c86d 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]