projects
/
platform
/
core
/
system
/
faultd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29f581f
)
Disable action modules
56/135456/1
accepted/tizen/unified/20170629.085808
submit/tizen/20170622.101818
author
Łukasz Stelmach
<l.stelmach@samsung.com>
Thu, 22 Jun 2017 10:10:43 +0000
(12:10 +0200)
committer
Łukasz Stelmach
<l.stelmach@samsung.com>
Thu, 22 Jun 2017 10:12:39 +0000
(12:12 +0200)
Deploy faultd to Mobile and Wearable images with actions disabled to
prevent regressions.
Change-Id: I5ddf26143ad3eb804575e4d0c7eeb3949725075e
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
faultd.service.in
patch
|
blob
|
history
diff --git
a/faultd.service.in
b/faultd.service.in
index 3f7ce61a750d3f82c7cb8fc627fe41763d4fdcc7..67ecdb97e8f34e70f0c1b5810c85450107cd417a 100644
(file)
--- a/
faultd.service.in
+++ b/
faultd.service.in
@@
-2,7
+2,7
@@
Description=Service Monitoring
[Service]
-ExecStart=@sbindir@/faultd
+ExecStart=@sbindir@/faultd
--no-action
[Install]
-WantedBy=multi-user.target
\ No newline at end of file
+WantedBy=multi-user.target