18 lines
502 B
Desktop File
18 lines
502 B
Desktop File
#
|
|
# Note that two different ALSA card state management schemes exist and they
|
|
# can be switched using a file exist check - /etc/alsa/state-daemon.conf .
|
|
#
|
|
|
|
[Unit]
|
|
Description=Save/Restore Sound Card State
|
|
Documentation=man:alsactl(1)
|
|
ConditionPathExists=!/etc/alsa/state-daemon.conf
|
|
ConditionPathExistsGlob=/dev/snd/control*
|
|
After=alsa-state.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=true
|
|
ExecStart=-/usr/sbin/alsactl -E HOME=/run/alsa restore
|
|
ExecStop=-/usr/sbin/alsactl -E HOME=/run/alsa store
|