This script doesn't set any default flag, usage is documented in README as suggested by sthen@ and ajacoutot@. ok remi@ danj@ sthen@ ajacoutot@
10 lines
150 B
Bash
10 lines
150 B
Bash
#!/bin/ksh
|
|
#
|
|
# $OpenBSD: openvpn.rc,v 1.1 2018/03/09 12:37:12 jca Exp $
|
|
|
|
daemon="${TRUEPREFIX}/sbin/openvpn --daemon"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
rc_cmd $1
|