Date: Fri, 6 Jul 2001 01:33:24 +0300 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: Jacob Smith <jsmith@coolbluei.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: newbie help with rc Message-ID: <20010706013324.A3993@hades.hell.gr> In-Reply-To: <Pine.LNX.4.21.0107051723090.24991-100000@lucy.tbscom.com>; from jsmith@coolbluei.com on Thu, Jul 05, 2001 at 05:25:02PM -0400 References: <Pine.LNX.4.21.0107051723090.24991-100000@lucy.tbscom.com>
next in thread | previous in thread | raw e-mail | index | archive | help
----- Original Message ----- From: Jacob Smith <jsmith@coolbluei.com> Sent: Thu, Jul 05, 2001 at 05:25:02PM -0400 Subject: newbie help with rc > I was hoping to get a little help with startup items. I was really > looking for a way to startup mysql and maybe check it before it starts up > along with apache. But I didnt know which file to edit. > > Thanks for any help or explanations, Put your mysql.sh script in /usr/local/etc/rc.d/mysql.sh and make sure it's name ends in *.sh and it is executable. The startup scripts will call it with 'start' at boot time and 'stop' at shutdown time. -giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010706013324.A3993>