#!/sbin/openrc-run supervisor=supervise-daemon command="/usr/bin/vtun" command_background="yes" depend() { need net after firewall } start_pre() { modprobe tun }