Created
October 13, 2017 16:42
-
-
Save metzenseifner/39d39743e82f57fafce26ad82f40458e 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="Set volume level." | |
After=sound.target | |
[Service] | |
Type=simple | |
ExecStart=/usr/bin/amixer sset PCM -- 97% | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment