AcademySoftwareFoundation / OpenCue

A render management system you can deploy for visual effects and animation productions.
https://www.opencue.io
Apache License 2.0
833 stars 203 forks source link

[rqd] Add an option to daemonize the process #1432

Closed DiegoTavares closed 4 months ago

DiegoTavares commented 4 months ago

This option was already present on rqd, but was a noop. With this option , the process will run in a new session with stdin reading from /dev/null and stdout and stderr writing to /dev/null with all other file descriptors closed.

Resolves #153