Created
August 20, 2012 23:34
-
-
Save jinks/3409262 to your computer and use it in GitHub Desktop.
g15daemon unit file for systemd
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=A daemon that makes it possible to use the G-Buttons and draw on the G15 LCD | |
[Service] | |
Type=forking | |
ExecStart=/usr/sbin/g15daemon | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment