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