View Single Post
  #5   (View Single Post)  
Old 1st June 2008
mathias mathias is offline
New User
 
Join Date: May 2008
Posts: 3
Default

Quote:
Originally Posted by mfaridi View Post
put your /etc/rc.conf.local in here
Here it is:

# cat /etc/rc.local
# $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.


if [ -x /usr/local/sbin/openvpn ]; then
/usr/local/sbin/openvpn --config /etc/openvpn/server.conf
fi




#
Reply With Quote