mirror of
https://github.com/webmin/webmin.git
synced 2025-07-20 16:48:46 +00:00
3 lines
165 B
Plaintext
3 lines
165 B
Plaintext
restart_command=ps aux | grep -e nfsd -e mountd | grep -v grep | awk '{ print $2 }' | xargs kill -9 ; sleep 2 ; nfsd ; mountd /etc/exports
|
|
exports_file=/etc/exports
|