modify restart from always to on-failure
[platform/core/pim/contacts-service.git] / 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]