Yes there is just such a place

Your launch script should look like this.

File name   some-name.sh

#!/bin/sh
exec /usr/servers/bots/zDSBot3/zDSBot3 &

put it in /usr/local/etc/rc.d/


The permission on this script file must be read, write, exec for
owner root.
Chmod 700 /usr/local/etc/rc.d/some-name.sh

During the boot process after rc.conf gets executed then any file in
/usr/local/etc/rc.d/ that ends with .sh gets executed. That's where
dhcp, apache and all other ports get launched from at boot time.

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of gffds fsdff
Sent: Wednesday, December 24, 2003 6:25 PM
To: [EMAIL PROTECTED]
Subject: The Booting Process

Is there a way, when booting, to have an application launch?

Ex:
exec /usr/servers/bots/zDSBot3/zDSBot3 &

Where would I add this line, if possible? If not, would it be
possible to be
made in the next version?

Thanks,

- A Guy

_________________________________________________________________
Expand your wine savvy - and get some great new recipes - at MSN
Wine.
http://wine.msn.com

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
"[EMAIL PROTECTED]"

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to