aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/volatile-binds/files
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2015-07-20 15:59:04 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-07-22 23:24:59 +0100
commit55851c6f389cb027496c96f6e0609c8892032e4d (patch)
tree697bb54c2976ff9da0903cf760e5560b8a6352fc /meta/recipes-core/volatile-binds/files
parentc0f62f18ea3e54fd29542b328ae66b28272075d0 (diff)
downloadopenembedded-core-contrib-55851c6f389cb027496c96f6e0609c8892032e4d.tar.gz
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. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/volatile-binds/files')
-rw-r--r--meta/recipes-core/volatile-binds/files/volatile-binds.service.in2
1 files changed, 1 insertions, 1 deletions
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