mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-19 16:10:43 +01:00
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:
parent
a3923fd54f
commit
d7da379009
@ -1,9 +1,9 @@
|
||||
[Unit]
|
||||
Description=System Logging Service
|
||||
Requires=syslog.socket
|
||||
|
||||
[Service]
|
||||
ExecStart=@sbindir@/rsyslogd -n
|
||||
Sockets=syslog.socket
|
||||
StandardOutput=null
|
||||
|
||||
[Install]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user