Files

11 lines
187 B
Bash
Raw Permalink Normal View History

2026-03-30 14:54:57 +07:00
#!/usr/bin/env bash
PROXYDIR="$PWD/$(dirname $0)"
PORT=${PORT:-9000}
PIDFILE="$PROXYDIR/proxy-$PORT.pid"
set -x
start-stop-daemon --verbose --stop --pidfile $PIDFILE --remove-pidfile