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

12 lines
220 B
SYSTEMD
Raw Permalink Normal View History

[Unit]
Description=Restore Sound Card State
DefaultDependencies=no
After=sysinit.target
Before=shutdown.target
Conflicts=shutdown.target
[Service]
Type=oneshot
ExecStart=-@sbindir@/alsactl restore
StandardOutput=syslog