summaryrefslogtreecommitdiff
path: root/src/connman.service.in
diff options
context:
space:
mode:
authorMarti Raudsepp <marti@juffo.org>2012-10-25 21:30:44 +0300
committerMarcel Holtmann <marcel@holtmann.org>2012-10-25 16:27:50 -0700
commit295cc8b57ce12257a9e90ea2e15e0d610e072e0a (patch)
tree2634791fc54e0a785a610895e01cfb0669637888 /src/connman.service.in
parent8ef63a778b0bef3e67c9d6e4cd22ea4061f8be64 (diff)
downloadconnman-295cc8b57ce12257a9e90ea2e15e0d610e072e0a.tar.gz
connman-295cc8b57ce12257a9e90ea2e15e0d610e072e0a.tar.bz2
connman-295cc8b57ce12257a9e90ea2e15e0d610e072e0a.zip
systemd: prevent duplicate logging messages in journal
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.
Diffstat (limited to 'src/connman.service.in')
-rw-r--r--src/connman.service.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/connman.service.in b/src/connman.service.in
index a234a0cd..e02d24ef 100644
--- 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