Skip to content

Instantly share code, notes, and snippets.

@tomoconnor
Created April 2, 2012 16:06
Show Gist options
  • Select an option

  • Save tomoconnor/2284673 to your computer and use it in GitHub Desktop.

Select an option

Save tomoconnor/2284673 to your computer and use it in GitHub Desktop.
wdaemon.conf
#wdaemon upstart script
description "Wdaemon for Wacom"
start on runlevel [2345]
respawn
expect fork
pre-start exec modprobe uinput
exec /usr/local/bin/wdaemon -s -c /etc/wdaemon.conf -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment