Skip to content

Instantly share code, notes, and snippets.

@ghostbuster91
Last active October 31, 2024 02:36
Show Gist options
  • Select an option

  • Save ghostbuster91/1a90a77f8a660418e008878220990caa to your computer and use it in GitHub Desktop.

Select an option

Save ghostbuster91/1a90a77f8a660418e008878220990caa to your computer and use it in GitHub Desktop.
Houdini rendering farm setup
[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
@Jacob-Tate
Copy link

Thank you for posting this :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment