Skip to content

Instantly share code, notes, and snippets.

@marceloslacerda
Last active April 9, 2016 19:37
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 marceloslacerda/7e7efa184c8b2d62844759cb9d3c4bf0 to your computer and use it in GitHub Desktop.
Save marceloslacerda/7e7efa184c8b2d62844759cb9d3c4bf0 to your computer and use it in GitHub Desktop.
[Unit]
Description=translate wacom tablet inputs
Requires=graphical.target
[Service]
Environment=DISPLAY=:0.0
Environment=XAUTHORITY=/home/msl09/.Xauthority
WorkingDirectory=/home/msl09/PycharmProjects/xwacom/
User=root
ExecStart=/usr/bin/python3 redirect_keys.py
Restart=always
RestartSec=10
[Install]
WantedBy=graphical.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment