chiark / gitweb /
build-sys: work around automake issue with files with a leading '-'
[elogind.git] / units / syslog.socket
index c784357627e04e0388f7172ad8f901deb651a4c4..e6e9cf8525a66817b7c94f42627dead97a873a96 100644 (file)
@@ -10,14 +10,11 @@ Description=Syslog Socket
 Documentation=man:systemd.special(7)
 Documentation=http://www.freedesktop.org/wiki/Software/systemd/syslog
 DefaultDependencies=no
-Before=sockets.target syslog.target shutdown.target
+Before=sockets.target shutdown.target
 
 # Don't allow logging until the very end
 Conflicts=shutdown.target
 
-# Pull in syslog.target to tell people that /dev/log is now accessible
-Wants=syslog.target
-
 [Socket]
 ListenDatagram=/run/systemd/journal/syslog
 SocketMode=0666