aports/testing/microsocks/microsocks.initd
2025-12-21 23:51:53 +00:00

17 lines
264 B
Bash

#!/sbin/openrc-run
name=microsocks
description="multithreaded, small, efficient SOCKS5 server"
command="/usr/bin/$name"
supervisor=supervise-daemon
pidfile="/run/$RC_SVCNAME.pid"
: ${respawn_delay:=5}
: ${respawn_max:=0}
depend() {
need net
after firewall
}