5 lines
58 B
Text
5 lines
58 B
Text
|
#!/bin/sh
|
||
|
set -e
|
||
|
alsactl restore
|
||
|
exec chpst -b alsa pause
|