dot/misc/init.d/tunnel
2024-10-08 17:07:12 +01:00

13 lines
162 B
Text
Executable file

#!/sbin/openrc-run
: ${user:="tor"}
name="tunnel"
command="/home/david/tunnel.sh"
command_background="true"
pidfile="/run/tunnel.pid"
depend() {
need sshd
}