]> pd.if.org Git - startuptools/blobdiff - scripts/rc.local
added startup scripts
[startuptools] / scripts / rc.local
diff --git a/scripts/rc.local b/scripts/rc.local
new file mode 100644 (file)
index 0000000..318e991
--- /dev/null
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+# any local configuration can go here.  this script will be called last
+
+# uncomment the following if you want to pull in the variables defined in
+# rc.conf
+# . /etc/rc.conf
+
+# this isn't needed as such, but is a placeholder to note that the script isn't
+# intended to do anything
+exit 0