Markus Kowalewski ae93ed0f0d
nixos/slurm: set slurmd KillMode to process
The default of systemd is to kill the
the whole cgroup of a service. For slurmd
this means that all running jobs get killed
as well whenever the configuration is updated (and activated).

To avoid this behaviour we set "KillMode=process"
to kill only slurmd on reload. This is how
slurm configures the systemd service.

See:
https://bugs.schedmd.com/show_bug.cgi?id=2095#c24
508f866ea1
2018-11-20 22:26:42 +01:00
..
2018-09-29 20:51:11 -04:00
2018-11-15 21:56:17 +01:00
2018-11-17 14:05:30 +01:00
2018-11-16 11:43:42 +01:00
2018-11-19 01:09:54 +01:00