Skip to content

Instantly share code, notes, and snippets.

@jinks
Created August 20, 2012 23:34
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jinks/3409262 to your computer and use it in GitHub Desktop.
Save jinks/3409262 to your computer and use it in GitHub Desktop.
g15daemon unit file for systemd
[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