summaryrefslogtreecommitdiff
path: root/bus/dbus.service.in
diff options
context:
space:
mode:
authorCristian Rodríguez <crrodriguez@opensuse.org>2013-04-14 03:57:40 -0300
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-04-22 16:17:48 +0100
commit235fd739a4c54843c5939230039f980ddff15a89 (patch)
tree0490a9005dba78b1fbddc6ed6e76390b0951f34f /bus/dbus.service.in
parent0c97243219978e449943c6b4dbc2bb28f34111ca (diff)
downloaddbus-235fd739a4c54843c5939230039f980ddff15a89.tar.gz
dbus.service.in: Do not order after syslog.target
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>
Diffstat (limited to 'bus/dbus.service.in')
-rw-r--r--bus/dbus.service.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/bus/dbus.service.in b/bus/dbus.service.in
index 160947c7..1b0bbb29 100644
--- a/bus/dbus.service.in
+++ b/bus/dbus.service.in
@@ -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