1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2025-04-21 12:27:27 +03:00
Files
openwrt-packages/nanonote-files/script-files/etc/init.d/ben-nanonote
2011-04-22 14:20:12 +08:00

13 lines
120 B
Bash
Executable File

#!/bin/sh /etc/rc.common
START=99
STOP=99
start() {
/usr/sbin/alsactl restore
}
stop() {
/usr/sbin/alsactl store
}