projects
/
platform
/
upstream
/
connman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ef63a7
)
systemd: prevent duplicate logging messages in journal
author
Marti Raudsepp
<marti@juffo.org>
Thu, 25 Oct 2012 18:30:44 +0000
(21:30 +0300)
committer
Marcel Holtmann
<marcel@holtmann.org>
Thu, 25 Oct 2012 23:27:50 +0000
(16:27 -0700)
By default, both stdout and syslog messages go to the systemd journal,
which results in duplicate messages being logged.
Thanks to Vinicius Costa Gomes for pointing out this problem.
src/connman.service.in
patch
|
blob
|
history
diff --git
a/src/connman.service.in
b/src/connman.service.in
index
a234a0c
..
e02d24e
100644
(file)
--- a/
src/connman.service.in
+++ b/
src/connman.service.in
@@
-6,6
+6,7
@@
After=syslog.target
Type=dbus
BusName=net.connman
ExecStart=@prefix@/sbin/connmand -n
+StandardOutput=null
[Install]
WantedBy=multi-user.target