make debian version of config, edit config lightly

This commit is contained in:
James Vasile 2013-02-06 21:18:47 -05:00
parent 2ec84edc74
commit 5c6f38f9b8
2 changed files with 18 additions and 2 deletions

View File

@ -1,9 +1,8 @@
[Name]
product_name = Plinth
box_name = Freedom Plug
box_name = FreedomBox
[Path]
#root = AAAAAAAAAA
file_root = %(root)s
data_dir = %(file_root)s/data
store_file = %(data_dir)s/store.sqlite3

17
plinth.sample.fhs.config Normal file
View File

@ -0,0 +1,17 @@
[Name]
product_name = Plinth
box_name = FreedomBox
[Path]
file_root = /usr/lib/python2.7/plinth
data_dir = /var/lib/plinth
store_file = %(data_dir)s/store.sqlite3
user_db = %(data_dir)s/users
status_log_file = /var/log/plinth/status.log
access_log_file = /var/log/plinth/access.log
users_dir = %(data_dir)s/users
pidfile = /var/run/plinth.pid
[Network]
host = 127.0.0.1
port = 8000