26 lines
657 B
Desktop File
26 lines
657 B
Desktop File
[Unit]
|
|
Description=Slurm node daemon
|
|
After=munge.service network-online.target remote-fs.target
|
|
Wants=network-online.target
|
|
#ConditionPathExists=/opt/slurm/etc/slurm.conf
|
|
|
|
[Service]
|
|
Type=simple
|
|
EnvironmentFile=-/etc/sysconfig/slurmd
|
|
ExecStart=/opt/slurm/sbin/slurmd -D -s $SLURMD_OPTIONS
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
KillMode=process
|
|
LimitNOFILE=131072
|
|
LimitMEMLOCK=infinity
|
|
LimitSTACK=infinity
|
|
Delegate=yes
|
|
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
|