Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
4 |
- |
1 |
apply_cmd=exportfs -r
|
|
|
2 |
exports_file=/etc/exports
|
|
|
3 |
nfs_server=rpc.nfsd
|
|
|
4 |
restart_command=if (killall -HUP rpc.nfsd && killall -HUP rpc.mountd); then /bin/true; else (/etc/rc.d/init.d/nfs stop ; /etc/rc.d/init.d/nfs start) fi
|