aports/main/ppp/pppd.initd
2018-09-27 15:55:31 +00:00

14 lines
225 B
Plaintext
Executable File

#!/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
}