summarylogtreecommitdiffstats
path: root/slurmd.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 /slurmd.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 'slurmd.service')
-rw-r--r--slurmd.service19
1 files changed, 0 insertions, 19 deletions
diff --git a/slurmd.service b/slurmd.service
deleted file mode 100644
index 4b43e5fbd52f..000000000000
--- a/slurmd.service
+++ /dev/null
@@ -1,19 +0,0 @@
-[Unit]
-Description=Slurm node daemon
-After=network.target systemd-tmpfiles-clean.service
-Requires=munge.service
-ConditionPathExists=/etc/slurm-llnl/slurm.conf
-
-[Service]
-Type=forking
-EnvironmentFile=-/etc/default/slurm-llnl
-ExecStart=/usr/bin/slurmd $SLURMD_OPTIONS
-ExecReload=/bin/kill -HUP $MAINPID
-PIDFile=/run/slurmd.pid
-KillMode=process
-LimitNOFILE=51200
-LimitMEMLOCK=infinity
-LimitSTACK=infinity
-
-[Install]
-WantedBy=multi-user.target