blob: 2e90bd1bad2f36d58099b1e725812bbc48f136fa (
plain)
1
2
3
4
5
6
7
8
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:
|