/lib/systemd/system/slurmdbd.service is in slurmdbd 15.08.7-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | [Unit]
Description=Slurm DBD accounting daemon
After=network.target
ConditionPathExists=/etc/slurm-llnl/slurmdbd.conf
[Service]
Type=forking
EnvironmentFile=/etc/default/slurmdbd
ExecStart=/usr/sbin/slurmdbd $SLURMDBD_OPTIONS
PIDFile=/var/run/slurm-llnl/slurmdbd.pid
[Install]
WantedBy=multi-user.target
|