]> pd.if.org Git - startuptools/blob - scripts/rc.local
added startup scripts
[startuptools] / scripts / rc.local
1 #!/bin/sh
2
3 # any local configuration can go here.  this script will be called last
4
5 # uncomment the following if you want to pull in the variables defined in
6 # rc.conf
7 # . /etc/rc.conf
8
9 # this isn't needed as such, but is a placeholder to note that the script isn't
10 # intended to do anything
11 exit 0