mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-20 19:59:54 +09:00
5 lines
147 B
Bash
Executable file
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
|