aboutsummaryrefslogtreecommitdiff
path: root/scripts/hostclass/nfs_server
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/hostclass/nfs_server')
-rw-r--r--scripts/hostclass/nfs_server2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/hostclass/nfs_server b/scripts/hostclass/nfs_server
index ce47cfe..ec06bfe 100644
--- a/scripts/hostclass/nfs_server
+++ b/scripts/hostclass/nfs_server
@@ -43,5 +43,5 @@ sysrc -v gssd_env="KRB5_KTNAME=${keytab_dir}/host.keytab"
install_template -m 0644 /etc/exports
for service in gssd nfsuserd mountd nfsd; do
- service "$service" restart
+ service "$service" status || service "$service" start
done