9706: Add systemd unit file for crunch-dispatch-slurm.
authorTom Clegg <tom@curoverse.com>
Mon, 15 Aug 2016 20:10:58 +0000 (16:10 -0400)
committerTom Clegg <tom@curoverse.com>
Tue, 23 Aug 2016 17:28:18 +0000 (13:28 -0400)
services/crunch-dispatch-slurm/crunch-dispatch-slurm.service [new file with mode: 0644]

diff --git a/services/crunch-dispatch-slurm/crunch-dispatch-slurm.service b/services/crunch-dispatch-slurm/crunch-dispatch-slurm.service
new file mode 100644 (file)
index 0000000..eac8d89
--- /dev/null
@@ -0,0 +1,12 @@
+[Unit]
+Description=Arvados Crunch Dispatcher for SLURM
+Documentation=https://doc.arvados.org/
+After=network.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/crunch-dispatch-slurm
+Restart=always
+
+[Install]
+WantedBy=multi-user.target