/etc/init/mountall.sh.conf is in mountall 2.54ubuntu1.
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 8 9 | # mountall.sh - compatibility job for sysvinit dependencies
#
# This job runs once local filesystems are mounted, to signal startpar
# that other rcS jobs relying on the historic mountall.sh interface can
# continue.
description "Signal sysvinit that local filesystems are mounted"
start on local-filesystems
|