linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] systemd: prevent duplicate logging messages in journal
@ 2012-10-10 15:59 Marti Raudsepp
  2012-10-25  2:12 ` Vinicius Costa Gomes
  2012-10-25 23:30 ` Marcel Holtmann
  0 siblings, 2 replies; 3+ messages in thread
From: Marti Raudsepp @ 2012-10-10 15:59 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Marti Raudsepp

By default, both stdout and syslog messages go to the systemd journal,
which results in duplicate messages being logged.
---
 src/bluetooth.service.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bluetooth.service.in b/src/bluetooth.service.in
index 2a576a3..a8442a9 100644
--- a/src/bluetooth.service.in
+++ b/src/bluetooth.service.in
@@ -5,6 +5,7 @@ Description=Bluetooth service
 Type=dbus
 BusName=org.bluez
 ExecStart=@prefix@/sbin/bluetoothd -n
+StandardOutput=null
 
 [Install]
 WantedBy=bluetooth.target
-- 
1.7.12.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-10-25 23:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-10 15:59 [PATCH] systemd: prevent duplicate logging messages in journal Marti Raudsepp
2012-10-25  2:12 ` Vinicius Costa Gomes
2012-10-25 23:30 ` Marcel Holtmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).