units: add reference to wiki so syslog.socket

This commit is contained in:
Lennart Poettering 2012-07-03 13:31:09 +02:00
parent 77f6520a81
commit 746e436dc5
1 changed files with 5 additions and 2 deletions

View File

@ -10,9 +10,10 @@ Description=Syslog Socket
Documentation=man:systemd.special(7)
Documentation=http://www.freedesktop.org/wiki/Software/systemd/syslog
DefaultDependencies=no
Before=sockets.target syslog.target
Before=sockets.target syslog.target shutdown.target
# Don't allow logging until the very end
Conflicts=shutdown.target
Before=shutdown.target
# Pull in syslog.target to tell people that /dev/log is now accessible
Wants=syslog.target
@ -38,3 +39,5 @@ ReceiveBuffer=8M
#
# [Install]
# Alias=syslog.service
#
# See http://www.freedesktop.org/wiki/Software/systemd/syslog for details.