From 3598c1afca58e3767e4323cca227d9c9660c414e Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Thu, 29 Aug 2024 14:37:23 +0100 Subject: Install slurmrestd too. * slurm-worker-deploy.sh: Install slurmrestd too. --- slurm-worker-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slurm-worker-deploy.sh b/slurm-worker-deploy.sh index cf7a583..ff939c9 100755 --- a/slurm-worker-deploy.sh +++ b/slurm-worker-deploy.sh @@ -17,7 +17,7 @@ esac # Symlink slurm daemon executables and systemd service files. # for executable in slurmctld slurmdbd slurmd slurmrestd; -for executable in slurmctld slurmdbd slurmd; +for executable in slurmctld slurmdbd slurmrestd slurmd; do sudo ln --force --symbolic $slurm/sbin/$executable /usr/local/sbin/$executable sudo ln --force --symbolic $slurm/etc/$executable.service /etc/systemd/system/$executable.service -- cgit v1.2.3