summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwchang kim <wchang.kim@samsung.com>2016-06-28 15:33:27 +0900
committerwchang kim <wchang.kim@samsung.com>2016-06-28 15:33:27 +0900
commitd0b08988e334877e07c0082d61c4c392f90a290f (patch)
tree76edd30b958dd7b6f14622651d7b19cb48766905
parent21f58d3066413942e364ce3cb26e6624d122db4d (diff)
downloadsystem-plugin-d0b08988e334877e07c0082d61c4c392f90a290f.tar.gz
system-plugin-d0b08988e334877e07c0082d61c4c392f90a290f.tar.bz2
system-plugin-d0b08988e334877e07c0082d61c4c392f90a290f.zip
When /opt is busy, umouting /opt is failed. This is workaround for this issue. Change-Id: I6b93f493e733cde193d7b81268c78aec7f325d1a Signed-off-by: Woochang Kim <wchang.kim@samsung.com>
-rw-r--r--units/umount-opt.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/units/umount-opt.service b/units/umount-opt.service
index 9ed8170..dcf6c13 100644
--- a/units/umount-opt.service
+++ b/units/umount-opt.service
@@ -8,4 +8,4 @@ Requires=local-fs-pre.target
[Service]
Type=oneshot
RemainAfterExit=yes
-ExecStart=/bin/umount /opt
+ExecStart=/bin/umount -l /opt