summaryrefslogtreecommitdiff
path: root/etc/rc.local
blob: 83284ff292a6c1121217129c8436db4bc56795ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$OpenBSD: rc.local,v 1.39 2006/07/28 20:19:46 sturm Exp $

# Site-specific startup actions, daemons, and other things which
# can be done AFTER your system goes into securemode.  For actions
# which should be done BEFORE your system has gone into securemode
# please see /etc/rc.securelevel.

echo -n 'starting local daemons:'

# Add your local startup actions here.

echo '.'