Blame SOURCES/alsa-state.service

9e0ebc
#
9e0ebc
# Note that two different ALSA card state management schemes exist and they
9e0ebc
# can be switched using a file exist check - /etc/alsa/state-daemon.conf .
9e0ebc
#
9e0ebc
9e0ebc
[Unit]
9e0ebc
Description=Manage Sound Card State (restore and store)
9e0ebc
ConditionPathExists=/etc/alsa/state-daemon.conf
9e0ebc
9e0ebc
[Service]
9e0ebc
Type=simple
9e0ebc
ExecStart=-/usr/sbin/alsactl -s -n 19 -c -E ALSA_CONFIG_PATH=/etc/alsa/alsactl.conf --initfile=/lib/alsa/init/00main rdaemon
9e0ebc
ExecStop=-/usr/sbin/alsactl -s kill save_and_quit