Skip to content

Instantly share code, notes, and snippets.

@Stebalien
Forked from jinks/g15daemon.service
Created October 9, 2012 00:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Stebalien/3855868 to your computer and use it in GitHub Desktop.
Save Stebalien/3855868 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
Documentation=man:g15daemon(1)
[Service]
Type=forking
PIDFile=/run/g15daemon.pid
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