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