Untitled diff

Created Diff never expires
4 suppressions
Lignes
Total
Supprimé
Mots
Total
Supprimé
Pour continuer à utiliser cette fonctionnalité, passez à
Diffchecker logo
Diffchecker Pro
15 lignes
3 ajouts
Lignes
Total
Ajouté
Mots
Total
Ajouté
Pour continuer à utiliser cette fonctionnalité, passez à
Diffchecker logo
Diffchecker Pro
14 lignes
#
#
# 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