From 9dc57699c20f1cbf9c47fe3b8edfcde2b0e4a3e4 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Fri, 4 May 2012 00:21:52 +0200 Subject: [PATCH] systemd: don't order against syslog.target This was only needed in old versions of systemd. All messages are logged by default to the journal now, no ordering required. --- src/bluetooth.service.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bluetooth.service.in b/src/bluetooth.service.in index 02b670740..8a9edb62d 100644 --- a/src/bluetooth.service.in +++ b/src/bluetooth.service.in @@ -1,12 +1,10 @@ [Unit] Description=Bluetooth service -After=syslog.target [Service] Type=dbus BusName=org.bluez ExecStart=@prefix@/sbin/bluetoothd -n -StandardOutput=syslog [Install] WantedBy=bluetooth.target -- 2.47.3