first check-in of feisty meow codebase. many things broken still due to recent
[feisty_meow.git] / database / configuration / rc.local / example_rc.local_with_zooty_alerter
1 #!/bin/sh -e
2 #
3 # rc.local
4 #
5 # This script is executed at the end of each multiuser runlevel.
6 # Make sure that the script will "exit 0" on success or any other
7 # value on error.
8 #
9 # In order to enable or disable this script just change the execution
10 # bits.
11 #
12 # By default this script does nothing.
13
14 ####
15
16 # special for equanimity; get zooty informed of our IP so we can make
17 # the back connection and get home.
18 bash /home/fred/yeti/scripts/security/tell_zooty_our_ip.sh &>/tmp/zooty_tell_report.txt &
19   # we put this in the background and hope it doesn't intrude too much.
20
21 exit 0