summaryrefslogtreecommitdiff
path: root/~coadde/torque/torque.install
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-11-07 19:20:04 -0200
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-11-07 19:20:04 -0200
commit2ca536725a41c6677fec8f1079d1f3e34e10da36 (patch)
treea697a0f5bf7dbdd2f6f30f899983ce596a408ef2 /~coadde/torque/torque.install
parentbe608b5fc736ea2249b1224f2f6999cb76ca5059 (diff)
move torque to ~coadde repo
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: