mirror of
https://github.com/webmin/webmin.git
synced 2025-07-20 16:48:46 +00:00
5 lines
187 B
Plaintext
5 lines
187 B
Plaintext
nfs_server=rpc.nfsd
|
|
apply_cmd=exportfs -r
|
|
restart_command=if (killall -HUP rpc.nfsd && killall -HUP rpc.mountd); then /bin/true; else (rpc.nfsd ; rpc.mountd) fi
|
|
exports_file=/etc/exports
|