systemd: prevent duplicate logging messages in journal
authorMarti Raudsepp <marti@juffo.org>
Thu, 25 Oct 2012 18:30:44 +0000 (21:30 +0300)
committerMarcel 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

index a234a0c..e02d24e 100644 (file)
@@ -6,6 +6,7 @@ After=syslog.target
 Type=dbus
 BusName=net.connman
 ExecStart=@prefix@/sbin/connmand -n
+StandardOutput=null
 
 [Install]
 WantedBy=multi-user.target