From: Marti Raudsepp Date: Thu, 25 Oct 2012 18:30:44 +0000 (+0300) Subject: systemd: prevent duplicate logging messages in journal X-Git-Tag: 1.9~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=295cc8b57ce12257a9e90ea2e15e0d610e072e0a;p=platform%2Fupstream%2Fconnman.git 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. --- 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