reorg, rename, refactor

This commit is contained in:
ewall
2010-09-02 12:47:36 -04:00
parent 875f47a9ae
commit d8669c91d1
5 changed files with 288 additions and 205 deletions

17
src/pybuddy.cfg Normal file
View File

@@ -0,0 +1,17 @@
[network]
# 127.0.0.1 is the default
# change it to 0.0.0.0 to bind to all interfaces
address: 127.0.0.1
port: 8888
[system]
# user to setuid to after daemon is started
user: nobody
# usb product id (do a lspci to check)
usbproduct: 0001
# logging
# loglevel: info/debug
loglevel: info
# logfile: console for console logging, set to filename to log to file
logfile: console