From 58f4c6ef26a8ba9d95393507b366baecc6b5a33c Mon Sep 17 00:00:00 2001 From: Marti Raudsepp Date: Wed, 10 Oct 2012 18:59:29 +0300 Subject: [PATCH] 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. --- src/bluetooth.service.in | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bluetooth.service.in b/src/bluetooth.service.in index 2a576a31c..a8442a9ed 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 -- 2.47.3