5a32c5a66c
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
16 lines
273 B
SYSTEMD
16 lines
273 B
SYSTEMD
[Unit]
|
|
Description=System Logging Service
|
|
Documentation=man:syslogd
|
|
Documentation=man:syslog.conf
|
|
Requires=syslog.socket
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=@SBINDIR@/syslogd -n
|
|
StandardOutput=null
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
Alias=syslog.service
|