aboutsummaryrefslogtreecommitdiffstats
path: root/testing/prosody-filer/prosody-filer.confd
diff options
context:
space:
mode:
Diffstat (limited to 'testing/prosody-filer/prosody-filer.confd')
-rw-r--r--testing/prosody-filer/prosody-filer.confd19
1 files changed, 19 insertions, 0 deletions
diff --git a/testing/prosody-filer/prosody-filer.confd b/testing/prosody-filer/prosody-filer.confd
new file mode 100644
index 0000000000..1bc0331074
--- /dev/null
+++ b/testing/prosody-filer/prosody-filer.confd
@@ -0,0 +1,19 @@
+# conf.d file for prosody-filer
+
+#
+# Specify the path to the configuration file.
+#
+
+PROSODY_FILER_CONF="/etc/prosody-filer/config.toml"
+
+#
+# Specify the user the daemon should run under.
+#
+
+PROSODY_FILER_USER="prosody-filer"
+
+#
+# Specify the group the daemon should run under.
+#
+
+PROSODY_FILER_GROUP="prosody-filer"