restart_command=if (killall -HUP rpc.nfsd && killall -HUP rpc.mountd); then /bin/true; else (service nfs stop ; service nfs start) fi
exports_file=/etc/exports
nfs_server=rpc.nfsd
apply_cmd=exportfs -r
