diff options
author | 2014-11-29 00:09:08 +0000 | |
---|---|---|
committer | 2014-11-29 00:09:08 +0000 | |
commit | a4e52e30c757e39e706d0d58e09159932e909047 (patch) | |
tree | 174a805163508ccd789a9033a536ba22a60c0056 | |
parent | Fold the loop around mdoc_argv() into the function itself, (diff) | |
download | wireguard-openbsd-a4e52e30c757e39e706d0d58e09159932e909047.tar.xz wireguard-openbsd-a4e52e30c757e39e706d0d58e09159932e909047.zip |
The startup script is /etc/rc.d/nsd
OpenBSD doesn't need a /dev/log socket in the chroot for syslog to work.
OK deraadt@ miod@ sthen@
-rw-r--r-- | usr.sbin/nsd/nsd.8.in | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/usr.sbin/nsd/nsd.8.in b/usr.sbin/nsd/nsd.8.in index 214630cad80..5232f96b99b 100644 --- a/usr.sbin/nsd/nsd.8.in +++ b/usr.sbin/nsd/nsd.8.in @@ -79,9 +79,8 @@ configfile. .P Normally .B NSD -should be started with the `nsd\-control(8) start` command invoked from a -.I /etc/rc.d/nsd.sh -script or similar at the operating system startup. +should be started with the `nsd\-control(8) start` command invoked from +.IR /etc/rc.d/nsd . .TP .B \-4 Only listen to IPv4 connections. @@ -184,12 +183,7 @@ to the daemon periodically. .B \-t\fI chroot Specifies a directory to .I chroot -to upon startup. This option requires you to ensure that appropriate -syslogd(8) socket (e.g. -.I chrootdir -/dev/log) is available, otherwise -.B NSD -won't produce any log output. +to upon startup. .TP .B \-u\fI username Drop user and group privileges to those of |