tldm-universe/Ardent/UV/uvdr.config
2024-09-09 17:51:08 -04:00

28 lines
960 B
Plaintext
Executable File

#
# This is the configuration file for replication
#
# logdir - full pathname of the publication
# log file directory.
# logsize - the maximum size of a publication
# log file expressed in 4096 blocks.
# logcurrent - number of the current publication
# log file in use.
# logoldest - number of the oldest publication
# log file in use.
# logboot - flag indicating auto-boot of the
# publication log file daemon.
# repdir - full pathname of the subscription
# log file directory.
# repboot - flag indicating auto-boot of the
# replication scheduler daemon.
# debug - the level of verbosity for
# output to daemon info files.
logdir=
logsize=1000
logcurrent=1
logoldest=1
logboot=0
repdir=
repboot=0
debug=0