]> pd.if.org Git - startuptools/blob - rc.local
318e991c7efd6add5d5cb3239dedda329c21a4fe
[startuptools] / 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