dbus.service.in: Do not order after syslog.target
authorCristian Rodríguez <crrodriguez@opensuse.org>
Sun, 14 Apr 2013 06:57:40 +0000 (03:57 -0300)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 22 Apr 2013 15:17:48 +0000 (16:17 +0100)
It is no longer required or recommended in fact it no longer
exists since
http://cgit.freedesktop.org/systemd/systemd/commit/?id=5d4caf565471ff3401bd9b53aa814c8545a18a93

[Clarification: there are two reasons why we do not need that dependency.
First, we do not have DefaultDependencies=no, so we only get run after
sockets.target. Second, syslog.socket doesn't provide /dev/log, which is
part of systemd-journald.socket. -smcv]

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=63531
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
bus/dbus.service.in

index 160947c..1b0bbb2 100644 (file)
@@ -1,7 +1,6 @@
 [Unit]
 Description=D-Bus System Message Bus
 Requires=dbus.socket
-After=syslog.target
 
 [Service]
 ExecStart=@EXPANDED_BINDIR@/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation