alsa-utils/alsactl/alsa-restore.service.in

18 lines
429 B
SYSTEMD
Raw Normal View History

#
# 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