Closed peterbarker closed 8 years ago
getting a pty ensures the scripts running on Solo have a controlling tty and will get a SIGHUP when it gets disconnected
Without this you can accumulate running scripts on Solo
This appears to work fine - I tested this by interrupting a running script and confirming that the process was indeed removed afterwards
getting a pty ensures the scripts running on Solo have a controlling tty and will get a SIGHUP when it gets disconnected
Without this you can accumulate running scripts on Solo