1 2 3 4 5 6 7 8 9 10 11 12 13
#!/sbin/openrc-run : ${user:="tor"} name="tunnel" command="/home/david/tunnel.sh" command_background="true" pidfile="/run/tunnel.pid" depend() { need sshd }