aboutsummaryrefslogtreecommitdiff
path: root/scripts/hostclass/nfs_server
diff options
context:
space:
mode:
authorCullum Smith <cullum@sacredheartsc.com>2024-10-16 00:07:55 -0400
committerCullum Smith <cullum@sacredheartsc.com>2024-10-16 00:07:55 -0400
commit93d82d9e76636ca4d33db6c8799754660a440235 (patch)
treeb6231e117e824c14c1156a00a972a5d65ef24953 /scripts/hostclass/nfs_server
parent145668c3dd67c5271eddcb62d1e7843487d768a7 (diff)
downloadinfrastructure-93d82d9e76636ca4d33db6c8799754660a440235.tar.gz
cleanup
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