21625f40b5
I tried to get the latest versions from dockapps.org, but I haven't tested any of them. More dockapps will be added as time permits.
6 lines
84 B
Bash
Executable file
6 lines
84 B
Bash
Executable file
#!/bin/sh
|
|
# Try to restart pppd in case the modem has dropped.
|
|
#
|
|
/bin/sleep 60
|
|
pppd
|