#!/sbin/openrc-run

name="pppd"
command="/usr/sbin/${SVCNAME}"
command_args="nodetach ${PPPD_OPTS}"
pidfile="/run/$RC_SVCNAME.pid"
command_background=true

start_pre() {
	checkpath --directory /run/ppp
	modprobe pptp
}

