mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 17:25:42 +01:00
8b34bf25c0
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
17 lines
429 B
SYSTEMD
17 lines
429 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=!/etc/alsa/state-daemon.conf
|
|
DefaultDependencies=no
|
|
After=alsa-state.service
|
|
Before=shutdown.target
|
|
Conflicts=shutdown.target
|
|
|
|
[Service]
|
|
Type=oneshop
|
|
ExecStart=-@sbindir@/alsactl restore
|
|
StandardOutput=syslog
|