aboutsummaryrefslogtreecommitdiff
blob: a73e2913d09fe146047831ed9d82f3f8b34322fa (plain)
1
2
3
4
5
6
7
8
9
10
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"