diff options
Diffstat (limited to 'examples/etc/ninit/pppd')
| -rw-r--r-- | examples/etc/ninit/pppd/environ | 0 | ||||
| l--------- | examples/etc/ninit/pppd/out | 1 | ||||
| -rw-r--r-- | examples/etc/ninit/pppd/params | 20 | ||||
| l--------- | examples/etc/ninit/pppd/run | 1 | ||||
| -rw-r--r-- | examples/etc/ninit/pppd/softlimit | 1 |
5 files changed, 23 insertions, 0 deletions
diff --git a/examples/etc/ninit/pppd/environ b/examples/etc/ninit/pppd/environ new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/examples/etc/ninit/pppd/environ diff --git a/examples/etc/ninit/pppd/out b/examples/etc/ninit/pppd/out new file mode 120000 index 0000000..dc1dc0c --- /dev/null +++ b/examples/etc/ninit/pppd/out @@ -0,0 +1 @@ +/dev/null
\ No newline at end of file diff --git a/examples/etc/ninit/pppd/params b/examples/etc/ninit/pppd/params new file mode 100644 index 0000000..1932f45 --- /dev/null +++ b/examples/etc/ninit/pppd/params @@ -0,0 +1,20 @@ +/var/run/pppd.last +60 +/usr/sbin/pppd +noipdefault +noauth +default-asyncmap +defaultroute +nodetach +plugin +rp-pppoe.so +rp_pppoe_service +megalan53 +nic-eth0 +user +Oooops... +noaccomp +nodeflate +nopcomp +novj +novjccomp diff --git a/examples/etc/ninit/pppd/run b/examples/etc/ninit/pppd/run new file mode 120000 index 0000000..e9f35d4 --- /dev/null +++ b/examples/etc/ninit/pppd/run @@ -0,0 +1 @@ +/usr/local/bin/sleeprun
\ No newline at end of file diff --git a/examples/etc/ninit/pppd/softlimit b/examples/etc/ninit/pppd/softlimit new file mode 100644 index 0000000..9fb25b0 --- /dev/null +++ b/examples/etc/ninit/pppd/softlimit @@ -0,0 +1 @@ +m1500000
\ No newline at end of file |
