cf9d281e5b
This change will probably break most installations. We do this to free up '-n' for use as disabling DNS lookups, from FreeBSD *and* NetBSD. Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
16 lines
274 B
SYSTEMD
16 lines
274 B
SYSTEMD
[Unit]
|
|
Description=System Logging Service
|
|
Documentation=man:syslogd
|
|
Documentation=man:syslog.conf
|
|
Requires=syslog.socket
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=@SBINDIR@/syslogd -sF
|
|
StandardOutput=null
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
Alias=syslog.service
|