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:
8c48e7c
)
Disable audit-listener module in service file
76/135476/1
accepted/tizen/4.0/unified/20170816.012044
accepted/tizen/unified/20170629.085835
submit/tizen/20170622.134850
submit/tizen_4.0/20170811.094300
author
Paweł Szewczyk
<p.szewczyk@samsung.com>
Thu, 22 Jun 2017 12:12:26 +0000
(14:12 +0200)
committer
Paweł Szewczyk
<p.szewczyk@samsung.com>
Thu, 22 Jun 2017 12:14:27 +0000
(14:14 +0200)
Change-Id: I3a336341294de2bf511983d318d7bb938e70ceb0
Signed-off-by: Paweł Szewczyk <p.szewczyk@samsung.com>
faultd.service.in
patch
|
blob
|
history
diff --git
a/faultd.service.in
b/faultd.service.in
index 67ecdb97e8f34e70f0c1b5810c85450107cd417a..ad784ed07334719678faf6a349226165d44d73be 100644
(file)
--- a/
faultd.service.in
+++ b/
faultd.service.in
@@
-2,7
+2,7
@@
Description=Service Monitoring
[Service]
-ExecStart=@sbindir@/faultd --no-action
+ExecStart=@sbindir@/faultd --no-action
--disable-module audit_listener
[Install]
WantedBy=multi-user.target