mirror of
https://git.davidovski.xyz/dot.git
synced 2026-09-14 00:35:24 +00:00
13 lines
162 B
Text
Executable file
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
|
|
}
|