From owner-freebsd-questions Fri Jul 20 0:55:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id CEAA037B406 for ; Fri, 20 Jul 2001 00:55:55 -0700 (PDT) (envelope-from so@server.i-clue.de) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id KAA02398; Fri, 20 Jul 2001 10:03:48 +0200 Message-ID: <3B57E491.F235A613@i-clue.de> Date: Fri, 20 Jul 2001 09:58:09 +0200 From: Christoph Sold Reply-To: so@server.i-clue.de X-Mailer: Mozilla 4.75 [de] (WinNT; U) X-Accept-Language: de MIME-Version: 1.0 To: Todd Reed Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Loading daemons upon boot References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Todd Reed schrieb: > > I've finally got MySQL, Apache, and SSL working! Thanks for all the help, > but I hope this is my last question on this topic! > > Question: How can I make MySQL and Apache load upon bootup? I saw the *.sh > files in the /usr/local/etc/rc.d/ directory. Do I just create a start.sh > file and insert the lines > > ./mnt/vdrv/dbms/bin/safe_mysqld & > ./mnt/vdrv/inetpub/www/bin/apachectl startssl Have a look at some other scripts. AFAIR you need to interpret both "start" and "stop" parameters in your startup script. > If that's the case, then is there anyway to bypass the passphrase to the > ./apachectl startssl? Generate a key without any passphrase. HTH -Christoph Sold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message