1 2 3 4 5 6 7 8
|
# The qcontrol initscript triggers the `system-start` action which e.g
# changes the LEDs to green in order to indicate a successful boot, so
# we want it to run as near as possible to the end of boot. The $all
# virtual facility is the closest thing we have to this, even though
# it means qcontrol might signal successful boot even if local scripts
# are still left run, it likely means that at least getty/network/sshd
# are up and running.
qcontrol: init.d-script-depends-on-all-virtual-facility required-start [etc/init.d/qcontrol]
|