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