On Mon, 27 Dec 2010 00:38:53 -0500
Nu 2 Da Boro <nu2dabor...@gmail.com> wrote:

> I am trying to change the boot order for a service on my server... I
> have a service that boots before mysql and need to change this.


You need to add a dummy script to /usr/local/etc/rc.d/ to order
them, something like:

#!/bin/sh
# PROVIDE: whatever
# REQUIRE: mysql
# BEFORE: someservice

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to