modify restart from always to on-failure 95/116095/1
authorJeesun Kim <iamjs.kim@samsung.com>
Thu, 23 Feb 2017 02:25:24 +0000 (11:25 +0900)
committerJeesun Kim <iamjs.kim@samsung.com>
Thu, 23 Feb 2017 02:26:34 +0000 (11:26 +0900)
Change-Id: I325eb887809f5b147430d7cec44b50fbb78bb147

packaging/contacts-service-mobile.service

index 4f36550..6e893d0 100644 (file)
@@ -4,7 +4,7 @@ Description=Start the Contacts service helper service
 [Service]
 Type=simple
 ExecStart=/usr/bin/contacts-service-ipcd
-Restart=always
+Restart=on-failure
 RestartSec=1
 
 [Install]