summaryrefslogtreecommitdiff
path: root/cfg.sample.py
diff options
context:
space:
mode:
authorTom Galloway <github@tomgalloway.co.uk>2013-01-04 12:50:51 +0000
committerTom Galloway <github@tomgalloway.co.uk>2013-01-04 12:50:51 +0000
commitb45d5cfe85bc7686a6296aa0af4735710a6f7122 (patch)
treef692b3da9fd00a7015b24493c918ddcf1c928e22 /cfg.sample.py
parent95118b3b96d18c5255f1d273b07c387058b32e09 (diff)
Extra predepend's, plinth doesn't need to run as root, pidfile location set in cfg file.
Diffstat (limited to 'cfg.sample.py')
-rw-r--r--cfg.sample.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cfg.sample.py b/cfg.sample.py
index 1602724..8521ca6 100644
--- a/cfg.sample.py
+++ b/cfg.sample.py
@@ -8,6 +8,7 @@ user_db = os.path.join(data_dir, "users")
status_log_file = os.path.join(data_dir, "status.log")
access_log_file = os.path.join(data_dir, "access.log")
users_dir = os.path.join(data_dir, "users")
+pidfile = os.path.join(data_dir, "pidfile.pid")
product_name = "Plinth"
box_name = "FreedomBox"