base-files: move sysctl init after boot
[openwrt.git] / package / base-files / files / etc / init.d / umount
index d360afe..5a750b9 100755 (executable)
@@ -4,5 +4,5 @@
 STOP=99
 stop() {
        sync
-       umount -a -r -l
+       umount -a -d -r
 }