summaryrefslogtreecommitdiff
path: root/cfg.sample.py
diff options
context:
space:
mode:
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"