8 lines
73 B
Bash
Executable File
8 lines
73 B
Bash
Executable File
#!/bin/sh /etc/rc.common
|
|
|
|
STOP=99
|
|
stop() {
|
|
sync
|
|
/bin/umount -a -d -r
|
|
}
|