units: pull in syslog.target from syslog.socket

This commit is contained in:
Lennart Poettering 2011-03-18 05:17:02 +01:00
parent d94ac66d32
commit a0e155d440
2 changed files with 4 additions and 5 deletions

6
TODO
View File

@ -23,11 +23,7 @@ F15:
* 0595f9a1c182a84581749823ef47c5f292e545f9 is borked, freezes shutdown
(path: after installing inotify watches, recheck file again to fix race)
* rsyslog.service should hook itself into syslog.target?
* syslog.target should be pulled in by multi-user.target?
* pull in .service from meta .targers AND vice versa too. i.e. syslog.target ←→ rsyslog.service, rpcbind similarly
* NM should pull in network.target, ntpd should pull in rtc-set.target.
* document default dependencies

View File

@ -12,6 +12,9 @@ Description=Syslog Socket
DefaultDependencies=no
Before=sockets.target syslog.target
# Pull in syslog.target to tell people that /dev/log is now accessible
Wants=syslog.target
[Socket]
ListenDatagram=/dev/log
SocketMode=0666