Created
November 5, 2019 21:32
-
-
Save incognitojam/b31847ed8262becb56ed22cbef7fa49c to your computer and use it in GitHub Desktop.
This file contains hidden or 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=Control the brightness of OLED screens via keyboard brightness | |
After=multi-user.target | |
[Service] | |
Type=simple | |
ExecStart=/usr/local/bin/xbrightness | |
Restart=on-failure | |
RestartSec=1 | |
[Install] | |
WantedBy=default.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment