mirror of
https://github.com/webmin/webmin.git
synced 2025-07-21 23:40:34 +00:00
6 lines
268 B
Plaintext
6 lines
268 B
Plaintext
portmap_command=/etc/rc.d/init.d/portmap* start
|
|
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
|
|
exports_file=/etc/exports
|
|
nfs_server=rpc.nfsd
|
|
apply_cmd=exportfs -r
|