[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: rc.local
- To: misc_(_at_)_openbsd_(_dot_)_org
- Subject: Re: rc.local
- From: Jason Dixon <jasondixon_(_at_)_myrealbox_(_dot_)_com>
- Date: 16 Jan 2003 13:43:46 -0500
On Thu, 2003-01-16 at 13:13, scott wrote:
> does anyone have some good web links where I can read about the syntax
> for rc.local for OpenBSD ??
>
> I tried to add safe_mysqld into the startup, copying the syntax of what
> was already in there, but it causes my box to fall over on reboot :o(
# Start Mysql if installed
if [ -x /usr/local/bin/safe_mysqld ]; then
/usr/local/bin/safe_mysqld > /dev/null & echo -n ' mysql'
fi
-J.
Visit your host, monkey.org