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>
This commit is contained in:
@@ -6,7 +6,7 @@ Requires=syslog.socket
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=@SBINDIR@/syslogd -sn
|
||||
ExecStart=@SBINDIR@/syslogd -sF
|
||||
StandardOutput=null
|
||||
Restart=on-failure
|
||||
|
||||
|
Reference in New Issue
Block a user