9 lines
185 B
SYSTEMD
9 lines
185 B
SYSTEMD
|
[Unit]
|
||
|
Description=Store Sound Card State
|
||
|
DefaultDependencies=no
|
||
|
Before=shutdown.target
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/sbin/alsactl -E ALSA_CONFIG_PATH=/etc/alsa/alsactl.conf store
|