summarylogtreecommitdiffstats
path: root/slurmdbd.service
diff options
context:
space:
mode:
authorGordian Edenhofer2016-10-29 18:03:12 +0200
committerGordian Edenhofer2016-10-29 18:10:12 +0200
commit10918458dccae3c133aa810dcf3ba450bdb42164 (patch)
treeb2b75c0d2e7ef32a9ed9e2a99f72b780a7eb7d5d /slurmdbd.service
parentd11cf308c64c98cf5c5439405fb27ed69ca1094d (diff)
downloadaur-10918458dccae3c133aa810dcf3ba450bdb42164.tar.gz
upgpkg: slurm-llnl 16.05.6-2
Move pid files in systemd services to /run instead of using a subfolder. Skip the creation of /var/log/slurm in systemd-tmpfiles since the log location is /var/log/slurm-llnl and install the tmpfile to /usr/lib instead of /etc/ . upgpkg: slurm-llnl-dev 17.02.0_0pre3-2 upgpkg: slurm-llnl 16.05.6-1
Diffstat (limited to 'slurmdbd.service')
-rw-r--r--slurmdbd.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/slurmdbd.service b/slurmdbd.service
index 5ac617854f62..a46e39f89c6a 100644
--- a/slurmdbd.service
+++ b/slurmdbd.service
@@ -8,7 +8,7 @@ Type=forking
EnvironmentFile=-/etc/default/slurm-llnl
ExecStart=/usr/bin/slurmdbd $SLURMDBD_OPTIONS
ExecReload=/bin/kill -HUP $MAINPID
-PIDFile=/run/slurm-llnl/slurmdbd.pid
+PIDFile=/run/slurmdbd.pid
[Install]
WantedBy=multi-user.target