summarylogtreecommitdiffstats
path: root/slurmctld.service
diff options
context:
space:
mode:
authorGordian Edenhofer2016-10-29 18:03:12 +0200
committerGordian Edenhofer2016-10-29 18:10:12 +0200
commit685be04458a5bc1a1dce6723a4e129cbffc1778c (patch)
treec63b9a545b4448bdb13566c556fac992ee9e23ce /slurmctld.service
parent15803ce1d381f1063cc7da1113920b0053855677 (diff)
downloadaur-685be04458a5bc1a1dce6723a4e129cbffc1778c.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 'slurmctld.service')
-rw-r--r--slurmctld.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/slurmctld.service b/slurmctld.service
index 543bb55f0f23..a56d39c41b70 100644
--- a/slurmctld.service
+++ b/slurmctld.service
@@ -9,7 +9,7 @@ Type=forking
EnvironmentFile=-/etc/default/slurm-llnl
ExecStart=/usr/bin/slurmctld $SLURMCTLD_OPTIONS
ExecReload=/bin/kill -HUP $MAINPID
-PIDFile=/run/slurm-llnl/slurmctld.pid
+PIDFile=/run/slurmctld.pid
[Install]
WantedBy=multi-user.target