1
0
mirror of https://blitiri.com.ar/repos/chasquid synced 2025-12-17 14:37:02 +00:00

config: Add a "data_dir" option

This patch adds a "data_dir" option, that chasquid will use to store
persistent data. It defaults to "/var/lib/chasquid" (for now, at least).

Users will come in subsequent patches.
This commit is contained in:
Alberto Bertogli
2016-09-18 06:10:43 +01:00
parent e9d62e0467
commit 9ed30a747b
5 changed files with 32 additions and 15 deletions

View File

@@ -4,3 +4,5 @@ monitoring_address: ":1099"
mail_delivery_agent_bin: "test-mda"
mail_delivery_agent_args: "%user%@%domain%"
data_dir: "../.data"

View File

@@ -4,3 +4,5 @@ monitoring_address: ":1099"
mail_delivery_agent_bin: "test-mda"
mail_delivery_agent_args: "%user%@%domain%"
data_dir: "../.data"