Fix rsyslog.service to comply with systemd recommendations

Those are documented here:

http://www.freedesktop.org/wiki/Software/systemd/syslog/
This commit is contained in:
Cristian Rodríguez 2013-06-14 00:40:47 -04:00 committed by Rainer Gerhards
parent a3923fd54f
commit d7da379009

View File

@ -1,9 +1,9 @@
[Unit]
Description=System Logging Service
Requires=syslog.socket
[Service]
ExecStart=@sbindir@/rsyslogd -n
Sockets=syslog.socket
StandardOutput=null
[Install]