alsa-state.service.in (397B)
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] 7 Description=Manage Sound Card State (restore and store) 8 ConditionPathExists=@daemonswitch@ 9 After=sysinit.target 10 11 [Service] 12 Type=simple 13 ExecStart=-@sbindir@/alsactl -s -n 19 -c rdaemon 14 ExecStop=-@sbindir@/alsactl -s kill save_and_quit