From 295cc8b57ce12257a9e90ea2e15e0d610e072e0a Mon Sep 17 00:00:00 2001 From: Marti Raudsepp Date: Thu, 25 Oct 2012 21:30:44 +0300 Subject: 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. --- src/connman.service.in | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3