mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 04:25:41 +01:00
3616b1fe3c
Signed-off-by: Takashi Iwai <tiwai@suse.de>
17 lines
416 B
SYSTEMD
17 lines
416 B
SYSTEMD
#
|
|
# 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 .
|
|
#
|
|
|
|
[Unit]
|
|
Description=Restore Sound Card State
|
|
ConditionPathExists=!@daemonswitch@
|
|
DefaultDependencies=no
|
|
After=alsa-state.service
|
|
Before=shutdown.target
|
|
Conflicts=shutdown.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=-@sbindir@/alsactl restore
|
|
StandardOutput=syslog
|