You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
328 B
Plaintext
8 lines
328 B
Plaintext
# bootmisc.sh - miscellaneous boot-time
|
|
#
|
|
# This job runs once virtual filesystems are mounted, to signal startpar
|
|
# that other rcS jobs relying on the historic bootmisc.sh interface can
|
|
# continue. The actual functionality from the bootmisc.sh shell script
|
|
# is in /etc/init/mounted-run.conf now.
|
|
start on virtual-filesystems
|