daemon scripts and bump subpackages that contain the *.rc scripts. discussed with and OK aja@ OK tb
14 lines
234 B
Bash
14 lines
234 B
Bash
#!/bin/ksh
|
|
#
|
|
# $OpenBSD: mlvpn.rc,v 1.4 2018/01/11 19:27:06 rpe Exp $
|
|
|
|
daemon="${TRUEPREFIX}/sbin/mlvpn"
|
|
daemon_flags="-c ${SYSCONFDIR}/mlvpn/mlvpn.conf --user _mlvpn"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
pexp="mlvpn: .*priv.*"
|
|
rc_bg=YES
|
|
|
|
rc_cmd $1
|