From: Mu-Woong Lee Date: Mon, 20 Feb 2017 07:41:14 +0000 (+0900) Subject: Change the service restart option to 'on-failure' X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_3.0;p=platform%2Fcore%2Fcontext%2Fcontext-service.git Change the service restart option to 'on-failure' Change-Id: I83ce8890146851d0aa3eddc42338d1d5004c0c84 Signed-off-by: Mu-Woong Lee --- diff --git a/packaging/context-service.service b/packaging/context-service.service index ba392a5..654c86d 100644 --- a/packaging/context-service.service +++ b/packaging/context-service.service @@ -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]