diff options
Diffstat (limited to 'sbin/nfsd/nfsd.8')
-rw-r--r-- | sbin/nfsd/nfsd.8 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/sbin/nfsd/nfsd.8 b/sbin/nfsd/nfsd.8 index 0031ea1..6fde3bc 100644 --- a/sbin/nfsd/nfsd.8 +++ b/sbin/nfsd/nfsd.8 @@ -154,11 +154,17 @@ would then be used to block nfs-related packets that come in on the outside interface. .Pp .Nm -has to be terminated with SIGUSR1 and cannot be killed with SIGTERM oder SIGQUIT. +has to be terminated with +.Dv SIGUSR1 +and cannot be killed with +.Dv SIGTERM +or +.Dv SIGQUIT . .Nm needs to ignore these signals in order to stay alive as long as possible during a shutdown, otherwise loopback mounts will -not be able to unmount. If you have to kill +not be able to unmount. +If you have to kill .Nm just do a .Dq Li "kill -USR1 <PID of master nfsd>" |