overlay: mount-android.conf: emit mounted-android signal

See https://gitlab.com/ubports/core/rootfs-builder-debos/-/merge_requests/23
This commit is contained in:
TheKit
2021-01-28 21:41:27 +02:00
parent d8dd8f0add
commit 77ffd0e54f

View File

@@ -5,6 +5,8 @@ description "Mount device partitions"
start on (startup
and started udev)
emits mounted-android
task
script
@@ -22,5 +24,6 @@ script
if [ -d /android/metadata ]; then
mount -o bind /android/metadata /var/lib/lxc/android/rootfs/metadata
fi
initctl emit -n mounted-android
end script