Created
January 31, 2015 20:07
-
-
Save ojarva/680c628f3fd6c44bbe8c to your computer and use it in GitHub Desktop.
owfs supervisord configuration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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