Skip to content

Commit 746e436

Browse files
committed
units: add reference to wiki so syslog.socket
1 parent 77f6520 commit 746e436

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

units/syslog.socket

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ Description=Syslog Socket
1010
Documentation=man:systemd.special(7)
1111
Documentation=http://www.freedesktop.org/wiki/Software/systemd/syslog
1212
DefaultDependencies=no
13-
Before=sockets.target syslog.target
13+
Before=sockets.target syslog.target shutdown.target
14+
15+
# Don't allow logging until the very end
1416
Conflicts=shutdown.target
15-
Before=shutdown.target
1617

1718
# Pull in syslog.target to tell people that /dev/log is now accessible
1819
Wants=syslog.target
@@ -38,3 +39,5 @@ ReceiveBuffer=8M
3839
#
3940
# [Install]
4041
# Alias=syslog.service
42+
#
43+
# See http://www.freedesktop.org/wiki/Software/systemd/syslog for details.

0 commit comments

Comments
 (0)