summarylogtreecommitdiffstats
path: root/hellanzb.conf.d
diff options
context:
space:
mode:
Diffstat (limited to 'hellanzb.conf.d')
-rw-r--r--hellanzb.conf.d5
1 files changed, 5 insertions, 0 deletions
diff --git a/hellanzb.conf.d b/hellanzb.conf.d
new file mode 100644
index 000000000000..e0537238bb34
--- /dev/null
+++ b/hellanzb.conf.d
@@ -0,0 +1,5 @@
+# hellanzb will be run as the user you specify. This is required because the
+# files that hellanzb generates are readable only by the user running the
+# process.
+HELLANZB_USER="your_username"
+HELLANZB_CONF="/home/${HELLANZB_USER}/.config/hellanzb.conf"