diff options
Diffstat (limited to 'scripts/hostclass/nfs_server/10-nfs')
-rw-r--r-- | scripts/hostclass/nfs_server/10-nfs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/hostclass/nfs_server/10-nfs b/scripts/hostclass/nfs_server/10-nfs index a775859..6ab8436 100644 --- a/scripts/hostclass/nfs_server/10-nfs +++ b/scripts/hostclass/nfs_server/10-nfs @@ -48,3 +48,4 @@ install_template -m 0644 /etc/exports for service in gssd nfsuserd mountd nfsd; do service "$service" status || service "$service" start done +service mountd reload |