summaryrefslogtreecommitdiff
path: root/pcr/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 /pcr/torque/torque.install
parentbe608b5fc736ea2249b1224f2f6999cb76ca5059 (diff)
move torque to ~coadde repo
Diffstat (limited to 'pcr/torque/torque.install')
-rw-r--r--pcr/torque/torque.install9
1 files changed, 0 insertions, 9 deletions
diff --git a/pcr/torque/torque.install b/pcr/torque/torque.install
deleted file mode 100644
index 2e90bd1ba..000000000
--- a/pcr/torque/torque.install
+++ /dev/null
@@ -1,9 +0,0 @@
-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: