projects
/
platform
/
core
/
appfw
/
event-system.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84ed104
)
Fix Restart option
99/115499/1
author
Jiwoong Im
<jiwoong.im@samsung.com>
Mon, 20 Feb 2017 07:36:20 +0000
(16:36 +0900)
committer
Jiwoong Im
<jiwoong.im@samsung.com>
Mon, 20 Feb 2017 07:36:20 +0000
(16:36 +0900)
- Use "on-failure" option instead of "always" option
Change-Id: If5b5229b516d00a514e5a407c7bf707e4fe83a66
Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
packaging/esd.service
patch
|
blob
|
history
diff --git
a/packaging/esd.service
b/packaging/esd.service
index
1cab817
..
b6cad4f
100644
(file)
--- a/
packaging/esd.service
+++ b/
packaging/esd.service
@@
-7,7
+7,7
@@
User=app_fw
Group=app_fw
SmackProcessLabel=System
ExecStart=/usr/bin/esd
-Restart=
always
+Restart=
on-failure
RestartSec=0
[Install]