From 91c964be20342527f19c5de6747c738c6793b67e Mon Sep 17 00:00:00 2001 From: Lukas Plevac Date: Mon, 28 Oct 2024 23:51:13 +0100 Subject: [PATCH] Remove unused services on slave --- versions/slave/airootfs/fast_install_stage2.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/versions/slave/airootfs/fast_install_stage2.sh b/versions/slave/airootfs/fast_install_stage2.sh index e0a0eca..898e692 100644 --- a/versions/slave/airootfs/fast_install_stage2.sh +++ b/versions/slave/airootfs/fast_install_stage2.sh @@ -109,8 +109,6 @@ sudo chmod -R 777 /clusterfs systemctl enable munge systemctl enable slurmd -systemctl enable slurmctld -systemctl enable nfs-server systemctl enable saturnDiscover echo "Exiting Chroot Environment"