Blame SPECS/alsa-state.service

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