/lib/systemd/system/slurmctld.service is in slurmctld 15.08.7-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | [Unit]
Description=Slurm controller daemon
After=network.target
ConditionPathExists=/etc/slurm-llnl/slurm.conf
[Service]
Type=forking
EnvironmentFile=/etc/default/slurmctld
ExecStart=/usr/sbin/slurmctld $SLURMCTLD_OPTIONS
PIDFile=/var/run/slurm-llnl/slurmctld.pid
[Install]
WantedBy=multi-user.target
|