summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'openrc/fifo-cronolog.confd')
-rw-r--r--openrc/fifo-cronolog.confd11
1 files changed, 11 insertions, 0 deletions
diff --git a/openrc/fifo-cronolog.confd b/openrc/fifo-cronolog.confd
new file mode 100644
index 0000000..a73e291
--- /dev/null
+++ b/openrc/fifo-cronolog.confd
@@ -0,0 +1,11 @@
+# Various paths:
+PIDFILE="/var/run/fifo-cronolog.pid"
+FIFO="/var/lib/fifo-cronolog.fifo"
+# User/Group of the fifo owner, will be set during startup if the fifo doesn't exist already
+FIFO_OWNER="root:root"
+FIFO_PERMS="0600"
+LOGS="/var/log/fifo-cronolog/transfer/%Y%m%d.log"
+
+# Uncomment and add the service name you want to use it for to ensure
+# fifo-cronolog start first.
+#rc_fifo_cronolog_before="squid varnish"