10 lines
207 B
SYSTEMD
10 lines
207 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
|
||
|
StandardOutput=syslog
|