updated on Wed Jan 18 08:00:29 UTC 2012
[aur-mirror.git] / torque / torque.install
blob2e4f18a9c2832542bc3a56356fbb6fb596ef7d5b
1 post_install() {
2   pbs_server -f -t create
3   /etc/rc.d/torque-server stop > /dev/null
4   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. Add torque-server or torque-node to your /etc/rc.conf depending on whether you are the server or a node."
7 # vim:set ts=2 sw=2 et: