FreedomBox/plinth.sample.fhs.config
Nick Daly a97061055c Merged: tzafrir's install_dir patch.
Author: Tzafrir Cohen <tzafrir@debian.org>
Description: These things are easier to install with dh

* Python modules: fighting with dh_python2 is tough
  (it changes the /etc/ symlink, for isntance)
* Let's just install man pages ourselves for now.
* symlinks: with dh_link
2013-09-08 17:31:27 -05:00

19 lines
429 B
Plaintext

[Name]
product_name = Plinth
box_name = FreedomBox
[Path]
file_root = /usr/share/plinth/static
python_root = /usr/share/plinth/python/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