Skip to content

Instantly share code, notes, and snippets.

@ojarva
Created January 31, 2015 20:07
Show Gist options
  • Save ojarva/680c628f3fd6c44bbe8c to your computer and use it in GitHub Desktop.
Save ojarva/680c628f3fd6c44bbe8c to your computer and use it in GitHub Desktop.
owfs supervisord configuration
[program:owfs]
# - run as root (user=root)
# - allow other users to access owfs mount (--allow_other)
# - scan all USB adapters (-uall)
# - mount to /mnt/owfs
command = /usr/bin/owfs --allow_other --foreground -uall /mnt/owfs
user=root
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment