#
# Start the PPP link monitor at 7am mon-fri
#
0 7 * * mon-fri /usr/lib/ppp/start-monitor >> \
                   /usr/lib/ppp/monitor.log 2>&1
#
# Shut down the PPP link monitor at 6:30pm mon-fri
#
30 18 * * mon-fri /usr/lib/ppp/stop-monitor >> \
                     /usr/lib/ppp/monitor.log 2>&1
#
# Now shutdown the PPP link at 6:40pm mon-fri
#
40 18 * * mon-fri /usr/lib/ppp/stop-ppp >> \
                     /usr/lib/ppp/ppplink.log 2>&1
#
# Do a reboot at 3am every morning
#
0 3 * * * /sbin/shutdown -rq now 
