mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
5 lines
68 B
Bash
5 lines
68 B
Bash
#!/bin/sh
|
|
exec 2>&1
|
|
set -e
|
|
alsactl restore
|
|
exec chpst -b alsa pause
|