From 5c6f38f9b812499cfe637d74819c140cda904aa4 Mon Sep 17 00:00:00 2001 From: James Vasile Date: Wed, 6 Feb 2013 21:18:47 -0500 Subject: [PATCH] make debian version of config, edit config lightly --- plinth.sample.config | 3 +-- plinth.sample.fhs.config | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 plinth.sample.fhs.config diff --git a/plinth.sample.config b/plinth.sample.config index 7485df91c..ece4d06d7 100644 --- a/plinth.sample.config +++ b/plinth.sample.config @@ -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 diff --git a/plinth.sample.fhs.config b/plinth.sample.fhs.config new file mode 100644 index 000000000..3e226da4c --- /dev/null +++ b/plinth.sample.fhs.config @@ -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