29 lines
739 B
Desktop File
29 lines
739 B
Desktop File
[Unit]
|
|
Description=Slurm node daemon
|
|
After=munge.service network-online.target remote-fs.target sssd.service
|
|
Wants=network-online.target
|
|
#ConditionPathExists=/etc/slurm/slurm.conf
|
|
Documentation=man:slurmd(8)
|
|
|
|
[Service]
|
|
Type=notify
|
|
EnvironmentFile=-/etc/default/slurmd
|
|
RuntimeDirectory=slurm
|
|
RuntimeDirectoryMode=0755
|
|
ExecStart=/usr/sbin/slurmd --systemd $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
|