Untitled diff

Created Diff never expires
4 删除
总计
删除
单词
总计
删除
要继续使用此功能,请升级到
Diffchecker logo
Diffchecker Pro
15
3 添加
总计
添加
单词
总计
添加
要继续使用此功能,请升级到
Diffchecker logo
Diffchecker Pro
14
#
#
# 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