blob: 9a5706111125d71649889ce07fbf434811c00d27 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#
# site-specific startup actions, daemons
#
# $Id: rc.local,v 1.25 1997/06/25 15:15:13 ache Exp $
#
# put your local stuff here or in /usr/local/etc/rc.d. If you put stuff
# here and want to make it programmer, bring in /etc/rc.conf and add
# your custom variables to /etc/rc.conf.local
#
# if [ -f /etc/rc.conf ]; then
# . /etc/rc.conf
# fi
#
# ... additional startup conditionals ...
|