summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarti Raudsepp <marti@juffo.org>2012-10-10 18:59:29 +0300
committerMarcel Holtmann <marcel@holtmann.org>2012-10-25 16:29:45 -0700
commit58f4c6ef26a8ba9d95393507b366baecc6b5a33c (patch)
tree2d7e76165aa5da2af75932e4178bbf73f99c96da
parent83ee9c4dc6ae9f6ea21c16f2104766cde353d1db (diff)
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.
-rw-r--r--src/bluetooth.service.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bluetooth.service.in b/src/bluetooth.service.in
index 2a576a31..a8442a9e 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