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.
10 lines
327 B
Plaintext
10 lines
327 B
Plaintext
# mountdevsubfs.sh - compatibility job for sysvinit dependencies
|
|
#
|
|
# This job runs once virtual filesystems are mounted, to signal startpar
|
|
# that other rcS jobs relying on the historic mountdevsubfs.sh interface can
|
|
# continue.
|
|
|
|
description "Signal sysvinit that virtual filesystems are mounted"
|
|
|
|
start on virtual-filesystems
|