summaryrefslogtreecommitdiff
path: root/alsactl/alsa-restore.service.in
blob: 245a439798fc58f2eb588d19e3db314d4bde8e51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# 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