forked from pool/slurm
ee0741e9cc
- version 14.03.9 * Many bug fixes. See NEWS file - add systemd support OBS-URL: https://build.opensuse.org/request/show/259383 OBS-URL: https://build.opensuse.org/package/show/network:cluster/slurm?expand=0&rev=6
12 lines
219 B
Desktop File
12 lines
219 B
Desktop File
[Unit]
|
|
Description=SLURMDBD is a database server interface for SLURM
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
EnvironmentFile=-/etc/sysconfig/slurm
|
|
ExecStart=/usr/sbin/slurmdbd
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|