Description : Fixed to fail umount /opt. 58/76958/1 accepted/tizen/common/20160629.222718 accepted/tizen/ivi/20160629.021543 accepted/tizen/mobile/20160629.021617 accepted/tizen/tv/20160629.021511 accepted/tizen/wearable/20160629.021623 submit/tizen/20160628.215737
authorwchang kim <wchang.kim@samsung.com>
Tue, 28 Jun 2016 06:33:27 +0000 (15:33 +0900)
committerwchang kim <wchang.kim@samsung.com>
Tue, 28 Jun 2016 06:33:27 +0000 (15:33 +0900)
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>
units/umount-opt.service

index 9ed8170..dcf6c13 100644 (file)
@@ -8,4 +8,4 @@ Requires=local-fs-pre.target
 [Service]
 Type=oneshot
 RemainAfterExit=yes
-ExecStart=/bin/umount /opt
+ExecStart=/bin/umount -l /opt