summaryrefslogtreecommitdiff
path: root/plinth.sample.fhs.config
diff options
context:
space:
mode:
Diffstat (limited to 'plinth.sample.fhs.config')
-rw-r--r--plinth.sample.fhs.config17
1 files changed, 17 insertions, 0 deletions
diff --git a/plinth.sample.fhs.config b/plinth.sample.fhs.config
new file mode 100644
index 0000000..3e226da
--- /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