chiark / gitweb /
unit: replace remote-fs-setup.target by network-online.target
[elogind.git] / units / syslog.socket
index f644f6e38b74e02ea77c37eb1b3278b76e620282..e6e9cf8525a66817b7c94f42627dead97a873a96 100644 (file)
@@ -5,17 +5,15 @@
 #  the Free Software Foundation; either version 2.1 of the License, or
 #  (at your option) any later version.
 
-# See systemd.special(7) for details
-
 [Unit]
 Description=Syslog Socket
+Documentation=man:systemd.special(7)
+Documentation=http://www.freedesktop.org/wiki/Software/systemd/syslog
 DefaultDependencies=no
-Before=sockets.target syslog.target
-Conflicts=shutdown.target
-Before=shutdown.target
+Before=sockets.target shutdown.target
 
-# Pull in syslog.target to tell people that /dev/log is now accessible
-Wants=syslog.target
+# Don't allow logging until the very end
+Conflicts=shutdown.target
 
 [Socket]
 ListenDatagram=/run/systemd/journal/syslog
@@ -38,3 +36,5 @@ ReceiveBuffer=8M
 #
 # [Install]
 # Alias=syslog.service
+#
+# See http://www.freedesktop.org/wiki/Software/systemd/syslog for details.