summaryrefslogtreecommitdiff
path: root/app-admin/cancd/files/cancd-conf.d-r1
blob: 13322298f28b515b5bfaa5fb44114e816db40b22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/sbin/openrc-run
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

# port to listen on
CANCD_PORT=6667

# directory to output to
CANCD_LOG_DIR=/var/log/cancd

# one file per minute, one dir per host/date
#CANCD_LOG_FORMAT="%Q/%Y-%m-%d/%H:%M.log"
# one file per day, one dir per host
CANCD_LOG_FORMAT="%Q/%Y-%m-%d.log"