mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
exports.5: Update an example to use service(8)
MFC after: 1 week
This commit is contained in:
parent
b9128a37fa
commit
88d09ddea0
1 changed files with 2 additions and 1 deletions
|
|
@ -402,7 +402,7 @@ utility can be made to re-read the
|
|||
.Nm
|
||||
file by sending it a hangup signal as follows:
|
||||
.Bd -literal -offset indent
|
||||
/etc/rc.d/mountd reload
|
||||
service mountd reload
|
||||
.Ed
|
||||
.Pp
|
||||
After sending the
|
||||
|
|
@ -600,6 +600,7 @@ afterwards, whereas NFSv3 rejects the mount request.
|
|||
.Xr mountd 8 ,
|
||||
.Xr nfsd 8 ,
|
||||
.Xr rpc.tlsservd 8 ,
|
||||
.Xr service 8 ,
|
||||
.Xr showmount 8
|
||||
.Sh STANDARDS
|
||||
The implementation is based on the following documents:
|
||||
|
|
|
|||
Loading…
Reference in a new issue