2018-08-05 19:07:57 +02:00
|
|
|
[Unit]
|
|
|
|
Description=System Logging Service
|
2018-08-05 19:20:17 +02:00
|
|
|
Documentation=man:syslogd
|
|
|
|
Documentation=man:syslog.conf
|
2018-08-05 19:07:57 +02:00
|
|
|
Requires=syslog.socket
|
|
|
|
|
|
|
|
[Service]
|
2018-08-05 19:18:40 +02:00
|
|
|
Type=simple
|
|
|
|
ExecStart=@SBINDIR@/syslogd -n
|
2018-08-05 19:07:57 +02:00
|
|
|
StandardOutput=null
|
|
|
|
Restart=on-failure
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|
|
|
|
Alias=syslog.service
|