22 lines
630 B
Desktop File
22 lines
630 B
Desktop File
[Unit]
|
|
Description=Slurm DBD accounting daemon
|
|
After=network-online.target munge.service mysql.service mysqld.service mariadb.service
|
|
Wants=network-online.target
|
|
ConditionPathExists=/opt/slurm/etc/slurmdbd.conf
|
|
|
|
[Service]
|
|
Type=simple
|
|
EnvironmentFile=-/etc/sysconfig/slurmdbd
|
|
ExecStart=/opt/slurm/sbin/slurmdbd -D -s $SLURMDBD_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
|