blob: 30bd641da1695ced09ac7cb0bcbd90b0258663a9 (
plain) (
tree)
|
|
#!/sbin/openrc-run
name="pppd"
command="/usr/sbin/${SVCNAME}"
command_args="nodetach ${PPPD_OPTS}"
pidfile="/var/run/$SVCNAME.pid"
command_background=true
start_pre() {
checkpath --directory /var/run/ppp
modprobe pptp
}
|