aports/main/ppp/pppd.initd
2023-04-05 05:03:58 +02:00

14 lines
220 B
Bash
Executable File

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