mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 07:05:42 +01:00
12 lines
220 B
SYSTEMD
12 lines
220 B
SYSTEMD
|
[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
|