Fix Restart option 01/115501/1
authorJiwoong Im <jiwoong.im@samsung.com>
Mon, 20 Feb 2017 07:37:17 +0000 (16:37 +0900)
committerJiwoong Im <jiwoong.im@samsung.com>
Mon, 20 Feb 2017 07:37:17 +0000 (16:37 +0900)
- Use "on-failure" option instead of "always" option

Change-Id: I710e60444b4303cdaef4f8c161fd6c52430189b7
Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
packaging/alarm-server.service

index 7cda850a55631fd9d9148d65c3dbc384f894350f..e096c974278988f40b99511dd471b2e52c366adb 100644 (file)
@@ -9,7 +9,7 @@ Type=dbus
 ExecStart=/usr/bin/alarm-server
 SmackProcessLabel=System
 TimeoutStopSec=3s
-Restart=always
+Restart=on-failure
 RestartSec=0
 
 [Install]