|
Lines 147-152
Link Here
|
| 147 |
would then be used to block nfs-related packets that come in on the outside |
147 |
would then be used to block nfs-related packets that come in on the outside |
| 148 |
interface. |
148 |
interface. |
| 149 |
.Pp |
149 |
.Pp |
|
|
150 |
.Nm |
| 151 |
has to be terminated with |
| 152 |
.Dv SIGUSR1 |
| 153 |
and cannot be killed with |
| 154 |
.Dv SIGTERM |
| 155 |
or |
| 156 |
.Dv SIGQUIT . |
| 157 |
.Nm |
| 158 |
needs to ignore these signals in order to stay alive as long |
| 159 |
as possible during a shutdown, otherwise loopback mounts will |
| 160 |
not be able to unmount. |
| 161 |
If you have to kill |
| 162 |
.Nm |
| 163 |
just do a |
| 164 |
.Dq Li "kill -USR1 <PID of master nfsd>" |
| 165 |
.Pp |
| 150 |
The |
166 |
The |
| 151 |
.Nm |
167 |
.Nm |
| 152 |
utility exits 0 on success, and >0 if an error occurs. |
168 |
utility exits 0 on success, and >0 if an error occurs. |