diff --git a/meta/recipes-core/volatile-binds/files/volatile-binds.service.in b/meta/recipes-core/volatile-binds/files/volatile-binds.service.in index 32be5b4425..b23355a714 100644 --- a/meta/recipes-core/volatile-binds/files/volatile-binds.service.in +++ b/meta/recipes-core/volatile-binds/files/volatile-binds.service.in @@ -13,7 +13,7 @@ RemainAfterExit=Yes StandardOutput=syslog TimeoutSec=0 ExecStart=/sbin/mount-copybind @what@ @where@ -ExecStop=/sbin/umount @where@ +ExecStop=/bin/umount @where@ [Install] WantedBy=local-fs.target