summarylogtreecommitdiffstats
path: root/conf_d_wwwoffle
diff options
context:
space:
mode:
Diffstat (limited to 'conf_d_wwwoffle')
-rw-r--r--conf_d_wwwoffle9
1 files changed, 7 insertions, 2 deletions
diff --git a/conf_d_wwwoffle b/conf_d_wwwoffle
index 7b0eafe106e4..667bb50ad692 100644
--- a/conf_d_wwwoffle
+++ b/conf_d_wwwoffle
@@ -1,10 +1,15 @@
#
-# Parameters to be passed to wwwoffle.
+# Parameters to be passed to wwwoffled.
#
# NOTE:
# This file is parsed when using System V initscript or openrc-initscript,
# but it is ignored when using systemd to start up wwwoffle.
# When using systemd, edit the wwwoffle service definition directly to change startup options.
#
+# The following variables are understood (as of version 2.9j+svn2227-5):
+# * WWWOFFLE_CONFIG_FILE holds the configuration file to use,
+# * WWWOFFLED_EXTRA_ARGS holds extra arguments to be passed to wwwoffled during startup (can be assigned the empty string).
+#
-WWWOFFLE_ARGS="-c /etc/wwwoffle/wwwoffle.conf"
+WWWOFFLE_CONFIG_FILE="/etc/wwwoffle/wwwoffle.conf"
+WWWOFFLED_EXTRA_ARGS=""