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