16 lines
290 B
SYSTEMD
16 lines
290 B
SYSTEMD
|
[Unit]
|
||
|
Description=System Logging Service
|
||
|
Requires=syslog.socket
|
||
|
Documentation=man:rsyslogd(8)
|
||
|
Documentation=http://www.rsyslog.com/doc/
|
||
|
|
||
|
[Service]
|
||
|
Type=notify
|
||
|
ExecStart=/usr/sbin/rsyslogd -n
|
||
|
StandardOutput=null
|
||
|
Restart=on-failure
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|
||
|
Alias=syslog.service
|