mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
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
19 lines
429 B
Plaintext
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
|