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
|
2019-11-12 12:53:21 +01:00
|
|
|
ExecStart=@SBINDIR@/syslogd -sn
|
2018-08-05 19:07:57 +02:00
|
|
|
StandardOutput=null
|
|
|
|
Restart=on-failure
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|
|
|
|
Alias=syslog.service
|