summaryrefslogtreecommitdiff
path: root/~coadde/torque/torque.install
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.install
parente893c032aab01638827ad44669b5a6ea45c57c01 (diff)
parent3032537688e6317ed549cf069f2091d54d46a6f3 (diff)
Merge branch 'master' of ssh://projects.parabola.nu/~git/abslibre
Diffstat (limited to '~coadde/torque/torque.install')
-rw-r--r--~coadde/torque/torque.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/~coadde/torque/torque.install b/~coadde/torque/torque.install
new file mode 100644
index 000000000..2e90bd1ba
--- /dev/null
+++ b/~coadde/torque/torque.install
@@ -0,0 +1,9 @@
+post_install() {
+ pbs_server -f -t create
+ systemctl stop torque-server
+ echo 'Change the server name in /var/spool/torque/server_name to your needs.
+You may add your clients to /var/spool/torque/server_priv/nodes if your are the server.
+Enable torque-server.service or torque-node.service depending on whether you are the server or a node.'
+}
+
+# vim:set ts=2 sw=2 et: