15 lines
232 B
Plaintext
15 lines
232 B
Plaintext
|
#!/sbin/openrc-run
|
||
|
supervisor=supervise-daemon
|
||
|
|
||
|
name=openvpn-auth-oauth2
|
||
|
command="/usr/bin/openvpn-auth-oauth2"
|
||
|
command_args="
|
||
|
--config /etc/conf.d/openvpn-auth-oauth2.yaml
|
||
|
$command_args"
|
||
|
|
||
|
|
||
|
depend() {
|
||
|
need net openvpn
|
||
|
use dns
|
||
|
}
|