diff options
author | sinanmohd <pcmsinan@gmail.com> | 2022-09-06 16:49:45 +0530 |
---|---|---|
committer | sinanmohd <pcmsinan@gmail.com> | 2022-09-06 17:00:09 +0530 |
commit | 4ee863477a2b885ad71a26ad6448b0d258b7895b (patch) | |
tree | b8de66e11378914ce8f2ec68332c1492fc66bf4d /dendrite/dendrite-conf | |
parent | 6f6d441a58d170722f011aff106f2aed54562add (diff) |
dendrite: add s6-rc service scripts for dendrite
Diffstat (limited to 'dendrite/dendrite-conf')
-rw-r--r-- | dendrite/dendrite-conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dendrite/dendrite-conf b/dendrite/dendrite-conf new file mode 100644 index 0000000..de3fa34 --- /dev/null +++ b/dendrite/dendrite-conf @@ -0,0 +1,5 @@ +# Optional arguments for dendrite +OPTS="--config=/etc/dendrite/config.yaml" + +# This configures the directives used for s6-log in the log service. +DIRECTIVES="n3 s2000000 T" |