mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 18:23:32 +08:00
units: pull in syslog.target from syslog.socket
This commit is contained in:
parent
d94ac66d32
commit
a0e155d440
6
TODO
6
TODO
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user