mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 09:05:42 +01:00
10 lines
168 B
SYSTEMD
10 lines
168 B
SYSTEMD
|
[Unit]
|
||
|
Description=Store Sound Card State
|
||
|
DefaultDependencies=no
|
||
|
Before=shutdown.target
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=@sbindir@/alsactl store
|
||
|
StandardOutput=syslog
|