Blame | Last modification | View Log | RSS feed
apply_cmd=exportfs -r
exports_file=/etc/exports
nfs_server=rpc.nfsd
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