rcorder

RW rwmaillists at googlemail.com
Mon Dec 27 08:49:53 UTC 2010


On Mon, 27 Dec 2010 00:38:53 -0500
Nu 2 Da Boro <nu2daboro08 at 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



More information about the freebsd-questions mailing list