From: Mu-Woong Lee Date: Mon, 20 Feb 2017 09:44:34 +0000 (+0900) Subject: Change the service restart option to on-failure X-Git-Tag: submit/tizen/20170413.031950^2~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e61f29382c810b472556eb7a24aea23ad9808941;p=platform%2Fcore%2Fcontext%2Fcontext-service.git Change the service restart option to on-failure Change-Id: I09b44f38c8d2f7db496d9807d7ad9975800a8823 Signed-off-by: Mu-Woong Lee --- diff --git a/packaging/context-service.service b/packaging/context-service.service index 22abc35..e5f2f31 100644 --- a/packaging/context-service.service +++ b/packaging/context-service.service @@ -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]