summaryrefslogtreecommitdiff
path: root/alsactl/alsa-restore.service.in
blob: 80fd5fd482037dcea7f31e3cc2fe7cab91dca898 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# 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=Save/Restore Sound Card State
ConditionPathExists=!@daemonswitch@
ConditionPathExistsGlob=/dev/snd/control*

[Service]
Type=oneshot
RemainAfterExit=true
ExecStart=-@sbindir@/alsactl restore
ExecStop=-@sbindir@/alsactl store