Skip to content

Instantly share code, notes, and snippets.

Created July 31, 2013 23:42
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/13679e11d60c86a2aff6 to your computer and use it in GitHub Desktop.
Save anonymous/13679e11d60c86a2aff6 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
setuid test
script
chdir /home/test/brscan
exec /usr/bin/brscan-skey
end script
test@test-ubuntu-mini:~$ sudo tail -f /var/log/upstart/brscan-skey-daemon.log
DCP-7065DN : brother4:bus2;dev1 : USB Active
tiff2pdf: Can't open output file /brscan/20130801004843_1932.pdf for writing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment