10 lines
207 B
Desktop File
10 lines
207 B
Desktop File
[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
|