From: Mu-Woong Lee Date: Mon, 20 Feb 2017 07:39:06 +0000 (+0900) Subject: Change the service restart option to 'on-failure' X-Git-Tag: submit/tizen/20170221.022813^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F04%2F115504%2F1;p=platform%2Fcore%2Fcontext%2Fcontext-service.git Change the service restart option to 'on-failure' Change-Id: I146036ca88f88fecb9b68f0602e94dfbab60d173 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]