summaryrefslogtreecommitdiff
path: root/user/ppp/pppd.initd
diff options
context:
space:
mode:
Diffstat (limited to 'user/ppp/pppd.initd')
-rw-r--r--user/ppp/pppd.initd13
1 files changed, 13 insertions, 0 deletions
diff --git a/user/ppp/pppd.initd b/user/ppp/pppd.initd
new file mode 100644
index 000000000..30bd641da
--- /dev/null
+++ b/user/ppp/pppd.initd
@@ -0,0 +1,13 @@
+#!/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
+}
+