lxc-android/lib/systemd/system/config.mount
2021-01-01 00:47:46 +00:00

20 lines
463 B
SYSTEMD

[Unit]
Description=Droid mount for /config
Before=local-fs.target systemd-modules-load.service
[Mount]
What=none
Where=/config
Type=configfs
Options=nodev,noexec,nosuid
# Options had SELinux context option:
# Default is 90 which makes mount period too long in case of
# errors so drop it down a notch.
TimeoutSec=10
[Install]
WantedBy=local-fs.target
# From ./out/target/product/cosmopda/root/init.rc :
# mount configfs none /config nodev noexec nosuid