Blame SOURCES/alsa-state.service

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