8 lines
71 B
Bash
Executable File
8 lines
71 B
Bash
Executable File
#!/bin/sh /etc/rc.common
|
|
|
|
START=99
|
|
|
|
boot() {
|
|
/etc/init.d/cifs start
|
|
}
|