Created
June 9, 2024 16:50
-
-
Save SidonTheTroll/60ad05b0171da0dd9aa766a15673b1d6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Restore ALSA mixer settings | |
[Service] | |
Type=oneshot | |
ExecStart=/usr/sbin/alsactl restore | |
ExecStop=/usr/sbin/alsactl store | |
RemainAfterExit=yes | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment