From d476f08cfb904692e24fbfbc8856688a1e4bc6f3 Mon Sep 17 00:00:00 2001 From: Márcio Alexandre Silva Delgado Date: Sat, 11 May 2013 21:30:06 -0300 Subject: torque: adding pkg to pcr repo --- pcr/torque/torque.install | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pcr/torque/torque.install (limited to 'pcr/torque/torque.install') diff --git a/pcr/torque/torque.install b/pcr/torque/torque.install new file mode 100644 index 000000000..2e90bd1ba --- /dev/null +++ b/pcr/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: -- cgit v1.2.3