From 984838d7519d4da430523b26e734603d99db9c38 Mon Sep 17 00:00:00 2001 From: Mu-Woong Lee Date: Mon, 20 Feb 2017 16:41:14 +0900 Subject: [PATCH] Change the service restart option to 'on-failure' Change-Id: I83ce8890146851d0aa3eddc42338d1d5004c0c84 Signed-off-by: Mu-Woong Lee --- packaging/context-service.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] -- 2.34.1