From f81b891959fddb0586494d059c4c56781e0e5e4e Mon Sep 17 00:00:00 2001 From: Kai Kang Date: Mon, 20 Jul 2015 15:59:04 +0800 Subject: volatile-binds: correct path of command umount It calls /sbin/umount to stop service var-volatile-lib. But umount is installed into directory /bin. Correct it. (From OE-Core rev: 55851c6f389cb027496c96f6e0609c8892032e4d) (From OE-Core rev: a56df1b057b6d77861ac73db6252472ca7e35d08) Signed-off-by: Kai Kang Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-core/volatile-binds/files/volatile-binds.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-core') 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 32be5b4..b23355a 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 -- cgit v1.1