diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2015-05-11 20:51:14 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2015-05-11 20:51:14 -0300 |
commit | 0f87d3166b41e2728ddf9ba981a4585d03c31d04 (patch) | |
tree | fa31154afd1a4f970efcef18548da7f9361c174f /~coadde/torque/torque.install | |
parent | 93c7469eddf84de74c794e2de7ae19a6a4bc4da3 (diff) |
move [~coadde] to ssh://git@projects.parabola.nu/~git/pcr.git
Diffstat (limited to '~coadde/torque/torque.install')
-rw-r--r-- | ~coadde/torque/torque.install | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/~coadde/torque/torque.install b/~coadde/torque/torque.install deleted file mode 100644 index 2e90bd1ba..000000000 --- a/~coadde/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: |