Restart only on failure 13/115513/1 accepted/tizen_common accepted/tizen_mobile accepted/tizen_wearable accepted/tizen/common/20170220.144346 accepted/tizen/mobile/20170220.224229 accepted/tizen/unified/20170309.031036 accepted/tizen/wearable/20170220.224257 submit/tizen/20170220.080631 submit/tizen_unified/20170308.100403
authorjunkyu han <junkyu.han@samsung.com>
Mon, 20 Feb 2017 07:49:07 +0000 (16:49 +0900)
committerjunkyu han <junkyu.han@samsung.com>
Mon, 20 Feb 2017 07:49:07 +0000 (16:49 +0900)
Change-Id: I7b00fe00d251d13d6e1c0c90916d830172ab5e7f

packaging/starter.service
packaging/starter_common.service

index 708fecf..fe63ad9 100644 (file)
@@ -7,7 +7,7 @@ Before=basic.target
 [Service]
 EnvironmentFile=/run/tizen-system-env
 ExecStart=/usr/bin/starter
-Restart=always
+Restart=on-failure
 RestartSec=0
 KillSignal=SIGKILL
 Type=notify
index 2d8ff81..e6fac24 100644 (file)
@@ -5,6 +5,6 @@ After=ac.service
 [Service]
 EnvironmentFile=/run/tizen-system-env
 ExecStart=/usr/bin/starter
-Restart=always
+Restart=on-failure
 RestartSec=0
 KillSignal=SIGKILL