Last active
October 31, 2024 02:36
-
-
Save ghostbuster91/1a90a77f8a660418e008878220990caa to your computer and use it in GitHub Desktop.
Houdini rendering farm setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Unit] | |
| Description=HQ Server Daemon | |
| After=network.target | |
| [Service] | |
| Type=forking | |
| ExecStart=/opt/hqueue/scripts/hqserverd restart | |
| ExecStop=/opt/hqueue/scripts/hqserverd stop | |
| PIDFile=/opt/hqueue/hqserver.pid | |
| User=root | |
| [Install] | |
| WantedBy=multi-user.target |
Author
Thank you for posting this :)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mounting project directory locally into the unified location:
Add following to the
etc/fstabon the local machine that has thehqclientworking:mounting project directory remotely into the unified location:
Add following to the
etc/fstabon the remote machine that has thehqclientworking:the
/mnt/projectsneeds to be added as a network folder in the hqserver configuration