summaryrefslogtreecommitdiffstats
path: root/package/base-files/files/etc/init.d/umount
blob: d360afed3c81a899220907bd7d29271fd68275e1 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org 

STOP=99
stop() {
	sync
	umount -a -r -l
}