rhymix/vendor/rmccue/requests/tests/utils/proxy/stop.sh
2017-06-29 23:39:23 +09:00

5 lines
147 B
Bash
Executable file

PROXYDIR="$PWD/$(dirname $0)"
PIDFILE="$PROXYDIR/proxy.pid"
start-stop-daemon --stop --pidfile $PIDFILE --make-pidfile && rm $PROXYDIR/proxy.pid