Closed madduck closed 4 years ago
There is no reason that the shell invoking the tunnel command needs to stay around. Using exec to replace the parent with the tunnel command works just fine and results in a cleaner process table.
exec
Applied into the 'next' branch. Thanks.
There is no reason that the shell invoking the tunnel command needs to stay around. Using
exec
to replace the parent with the tunnel command works just fine and results in a cleaner process table.