Files
2026-07-13 13:12:17 +08:00

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