mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-14 13:02:58 +02:00
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@765 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
11 lines
249 B
Bash
11 lines
249 B
Bash
#!/bin/sh
|
|
#
|
|
|
|
rm -f /var/ipfire/red/active
|
|
|
|
[ -e "/var/ipfire/ppp/nobeeps" ] || /etc/rc.d/init.d/beep down
|
|
|
|
[ -e "/var/ipfire/red/keepconnected" ] && \
|
|
(ps ax | grep -q "connectioncheck reconnect") && \
|
|
/etc/rc.d/init.d/connectioncheck reconnect &
|