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]
|
2021-02-21 13:07:56 +01:00
|
|
|
EnvironmentFile=-@SYSCONFDIR@/default/syslogd
|
2021-06-23 15:24:00 +02:00
|
|
|
ExecStart=@SBINDIR@/syslogd -F -p /run/systemd/journal/syslog $SYSLOGD_OPTS
|
2018-08-05 19:07:57 +02:00
|
|
|
StandardOutput=null
|
|
|
|
Restart=on-failure
|
2021-06-23 15:24:00 +02:00
|
|
|
KillMode=process
|
2018-08-05 19:07:57 +02:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|
|
|
|
Alias=syslog.service
|