init
Signed-off-by: Nico Schottelius <nico@manager.schottelius.org>
This commit is contained in:
parent
256dc98754
commit
df2daf524d
641 changed files with 140617 additions and 12 deletions
10
cron/check_pppd
Executable file
10
cron/check_pppd
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
#!/bin/sh
|
||||
|
||||
PID=""
|
||||
PROG="pppd call dsl-provider"
|
||||
PID=`ps ax | grep "$PROG" | grep -v grep | awk '{ print $1 }'`
|
||||
|
||||
if [ -z "$PID" ]; then
|
||||
echo "Starte Internet neu"
|
||||
pppd call dsl-provider
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue