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: