Files
domo/bsp/board/raspberrypi/ovl/etc/init.d/umount
2016-11-16 22:04:31 +01:00

8 lines
73 B
Bash
Executable File

#!/bin/sh /etc/rc.common
STOP=99
stop() {
sync
/bin/umount -a -d -r
}