/etc/init/bootmisc.sh.conf is in mountall 2.54.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 | # 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
|