Generalizing setup

This commit is contained in:
Aditya Ujeniya
2024-10-11 16:39:38 +02:00
parent 4be4456428
commit cf13ee5e7e
6 changed files with 182 additions and 44 deletions

View File

@@ -78,6 +78,7 @@ _slurmd() {
chown slurm: /var/log/slurmd.log
echo -n "Starting slurmd"
/usr/sbin/slurmd
echo -n "Started slurmd"
}
### main ###