8 lines
80 B
Bash
Executable File
8 lines
80 B
Bash
Executable File
#!/bin/sh /etc/rc.common
|
|
|
|
START=21
|
|
start() {
|
|
/usr/bin/fa-fancontrol.sh &
|
|
}
|
|
|