基础代码
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
PROXYDIR="$PWD/$(dirname $0)"
|
||||
|
||||
PIDFILE="$PROXYDIR/proxy.pid"
|
||||
|
||||
start-stop-daemon --stop --pidfile $PIDFILE --make-pidfile && rm $PROXYDIR/proxy.pid
|
||||
Reference in New Issue
Block a user