summarylogtreecommitdiffstats
path: root/slurmctld.service
diff options
context:
space:
mode:
authorGordian Edenhofer2021-02-19 09:50:11 +0100
committerGordian Edenhofer2021-02-19 09:50:11 +0100
commit703d808626a10c0875828bc0c14fc04624d03179 (patch)
treeebc30e8f1eecd679cf9adf336cebe089b1f5b1ff /slurmctld.service
parent944eace2f680822f396971197f38b189ca0e51e7 (diff)
downloadaur-703d808626a10c0875828bc0c14fc04624d03179.tar.gz
upgpkg: slurm-llnl-git 20.11.4.1.r451.gf9ee4b9190-1
Replace systemd service files with native upstream ones.
Diffstat (limited to 'slurmctld.service')
-rw-r--r--slurmctld.service15
1 files changed, 0 insertions, 15 deletions
diff --git a/slurmctld.service b/slurmctld.service
deleted file mode 100644
index a56d39c41b70..000000000000
--- a/slurmctld.service
+++ /dev/null
@@ -1,15 +0,0 @@
-[Unit]
-Description=Slurm controller daemon
-After=network.target munge.service
-Requires=munge.service
-ConditionPathExists=/etc/slurm-llnl/slurm.conf
-
-[Service]
-Type=forking
-EnvironmentFile=-/etc/default/slurm-llnl
-ExecStart=/usr/bin/slurmctld $SLURMCTLD_OPTIONS
-ExecReload=/bin/kill -HUP $MAINPID
-PIDFile=/run/slurmctld.pid
-
-[Install]
-WantedBy=multi-user.target