1# 2# Note that two different ALSA card state management schemes exist and they 3# can be switched using a file exist check - /etc/alsa/state-daemon.conf . 4# 5 6[Unit] 7Description=Manage Sound Card State (restore and store) 8ConditionPathExists=@daemonswitch@ 9 10[Service] 11Type=simple 12ExecStart=-@sbindir@/alsactl -s -n 19 -c rdaemon 13ExecStop=-@sbindir@/alsactl -s kill save_and_quit 14