sysklogd/syslogd.service.in
Joachim Nilsson cf9d281e5b syslogd: Adopt FreeBSD -F instead of -n to run in foreground
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>
2019-11-13 17:08:47 +01:00

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