22 lines
581 B
Desktop File
22 lines
581 B
Desktop File
[Unit]
|
|
Description=Slurm controller daemon
|
|
After=network-online.target munge.service
|
|
Wants=network-online.target
|
|
ConditionPathExists=/opt/slurm/etc/slurm.conf
|
|
|
|
[Service]
|
|
Type=simple
|
|
EnvironmentFile=-/etc/sysconfig/slurmctld
|
|
ExecStart=/opt/slurm/sbin/slurmctld -D -s $SLURMCTLD_OPTIONS
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
LimitNOFILE=65536
|
|
TasksMax=infinity
|
|
|
|
# Uncomment the following lines to disable logging through journald.
|
|
# NOTE: It may be preferable to set these through an override file instead.
|
|
#StandardOutput=null
|
|
#StandardError=null
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|