NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: How do I start mixerctl as first daemon?



On Mon, 28 Sep 2015, Ottavio Caruso wrote:

> Can I alter the init sequence to make mixerctl start as first daemon?

See the special tags at the top of the rc.d scripts, like PROVIDE, 
REQUIRE, KEYWORD, and BEFORE.

Try adding a # BEFORE: line in the mixerctl rc.d script, for example:

# BEFORE:  DAEMON

Look at output from:

  rcorder /etc/rc.d/*

Adjust BEFORE to get mixerctl to happen earlier.

(Look at other rc.d scripts to get some ideas.)


Home | Main Index | Thread Index | Old Index