This was only needed in old versions of systemd. All messages are logged by default to the journal now, no ordering required. Signed-off-by: Tom Gundersen <teg@xxxxxxx> --- src/bluetooth.service.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bluetooth.service.in b/src/bluetooth.service.in index 02b6707..8a9edb6 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 -- 1.7.10.1 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html