Untitled diff

Created Diff never expires
4 removals
Lines
Total
Removed
Words
Total
Removed
To continue using this feature, upgrade to
Diffchecker logo
Diffchecker Pro
15 lines
3 additions
Lines
Total
Added
Words
Total
Added
To continue using this feature, upgrade to
Diffchecker logo
Diffchecker Pro
14 lines
#
#
# Note that two different ALSA card state management schemes exist and they
# Note that two different ALSA card state management schemes exist and they
# can be switched using a file exist check - /etc/alsa/state-daemon.conf .
# can be switched using a file exist check - /etc/alsa/state-daemon.conf .
#
#


[Unit]
[Unit]
Description=Manage Sound Card State (restore and store)
Description=Manage Sound Card State (restore and store)
ConditionPathExists=/etc/alsa/state-daemon.conf
ConditionPathExists=/etc/alsa/state-daemon.conf
After=sysinit.target
After=sysinit.target


[Service]
[Service]
Type=simple
Type=simple
ExecStart=-/usr/bin/alsactl -s -n 19 -c rdaemon
ExecStart=-/usr/sbin/alsactl -s -n 19 -c -E ALSA_CONFIG_PATH=/etc/alsa/alsactl.conf --initfile=/lib/alsa/init/00main rdaemon
ExecStop=-/usr/bin/alsactl -s kill save_and_quit
ExecStop=-/usr/sbin/alsactl -s kill save_and_quit