I want to restart the slurmctld without maintaining state (playing around with some options). The slurm troubleshooting guide says to use: /etc/init.d/slurm stop /etc/init.d/slurm startclean However the control node is using systemd so while I can stop and start it with service slurmctld stop / start there is no startclean option. How can I do the equivalent please?
thanks Steve