14 lines
230 B
SYSTEMD
14 lines
230 B
SYSTEMD
|
[Unit]
|
||
|
Description=System Logging Service
|
||
|
Requires=syslog.socket
|
||
|
Wants=klogd.service
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/sbin/syslogd -m 0 -n
|
||
|
StandardOutput=null
|
||
|
Restart=on-failure
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|
||
|
Alias=syslog.service
|