summaryrefslogtreecommitdiff
path: root/recipes-core/systemd/systemd_%.bbappend
blob: ec30022ee91016d3e6d5c4340f4f61a93d9733ad (plain)
1
2
3
4
# This allows for udevd automounting with mounts accessible to all.
do_configure_prepend_tdx () {
    sed -i '/PrivateMounts=yes/d' ${S}/units/systemd-udevd.service.in
}