summaryrefslogtreecommitdiff
path: root/recipes-core/systemd/systemd_%.bbappend
blob: 5bd30163a47db579aa8ead5e1fb0c6bbb5dfd226 (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
}