1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-26 03:22:00 +03:00

units: require syslog.socket from the logger because we simply fail if we don't have it

This commit is contained in:
Lennart Poettering 2011-04-13 23:36:23 +02:00
parent 530add9d62
commit 57bd42336e

View File

@ -10,6 +10,7 @@
[Unit]
Description=Stdio Syslog Bridge
DefaultDependencies=no
Requires=syslog.socket
After=syslog.socket
[Service]