mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-13 10:02:38 +00:00
nfsd doesn't die on SIGTERM but on SIGUSR1, correct script to kill nfsd with
the right signal.
This commit is contained in:
parent
aa41a4bc92
commit
f048183067
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=102901
@ -18,6 +18,7 @@ case `${CMD_OSTYPE}` in
|
||||
FreeBSD)
|
||||
command_args="${nfs_server_flags}"
|
||||
start_precmd="nfsd_precmd"
|
||||
sig_stop="USR1"
|
||||
;;
|
||||
NetBSD)
|
||||
required_vars="mountd rpcbind"
|
||||
|
Loading…
Reference in New Issue
Block a user