summaryrefslogtreecommitdiff
path: root/~coadde/torque/torque-node.service
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-11-07 22:41:58 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-11-07 22:41:58 -0200
commit8da2c1605c06abe0e9334cd6cc3b390538c0c1ac (patch)
tree2ae943a36b62f04732ab786dfe66aad5d0ca1d3e /~coadde/torque/torque-node.service
parente893c032aab01638827ad44669b5a6ea45c57c01 (diff)
parent3032537688e6317ed549cf069f2091d54d46a6f3 (diff)
Merge branch 'master' of ssh://projects.parabola.nu/~git/abslibre
Diffstat (limited to '~coadde/torque/torque-node.service')
-rw-r--r--~coadde/torque/torque-node.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/~coadde/torque/torque-node.service b/~coadde/torque/torque-node.service
new file mode 100644
index 000000000..f8fcb46a2
--- /dev/null
+++ b/~coadde/torque/torque-node.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=TORQUE node
+Wants=basic.target
+After=basic.target network.target
+
+[Service]
+Type=forking
+PIDFile=/var/spool/torque/mom_priv/mom.lock
+ExecStart=/usr/bin/pbs_mom
+
+[Install]
+WantedBy=multi-user.target