Skip to content

Instantly share code, notes, and snippets.

Created July 31, 2013 22:38
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 anonymous/ed8b9b4e54bc66e079af to your computer and use it in GitHub Desktop.
Save anonymous/ed8b9b4e54bc66e079af to your computer and use it in GitHub Desktop.
# brscan-skey-daemon - Brother scan-key-tool daemon
#
# The brscan-skey daemon provides one-click scanning
# from a Brother scanner.
description "Brother scan-key-tool daemon"
start on filesystem
expect daemon
respawn
exec su -c "/usr/bin/brscan-skey" test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment