On 17 December 2013 18:12, Paul Larson <[email protected]> wrote: > I have a similar thing, just as a script called do-sshuttle instead. > What I have found to be a bit annoying is killing off the previous > sshuttle though. I usually have to go through and kill off several > processes by hand until ps is clear of anything sshuttle related. Have > you found an easier way to clean up after sshuttle?
It drops a pidfile in the current working directory. Just: kill $(cat sshuttle.pid) -- Mailing list: https://launchpad.net/~canonical-ci-engineering Post to : [email protected] Unsubscribe : https://launchpad.net/~canonical-ci-engineering More help : https://help.launchpad.net/ListHelp

