]> bicyclesonthemoon.info Git - botm/oldlogs/blob - settings-release.txt
use newer config tool
[botm/oldlogs] / settings-release.txt
1 # In this file are defined values specific for the user's system
2
3
4 # target name. settings file (THIS FILE) is "settings-TARGET_NAME.txt"
5 # where TARGET_NAME is the value
6 target: release
7
8 name: oldlogs
9
10
11 # Where the software will be located
12 bin_path: /botm/bin/oldlogs
13
14 # where the libraries will be located
15 lib_path: /botm/lib/oldlogs
16
17 #paths to software
18
19 chmod: /usr/bin/chmod
20 cp   : /usr/bin/cp
21 gzip : /usr/bin/gzip
22 mkdir: /usr/bin/mkdir
23 mv   : /usr/bin/mv
24 perl : /usr/bin/perl
25 rm   : /usr/bin/rm
26
27
28 # How big can a log file be
29 log_size_limit: 65536
30
31 # How many uncompressed old logs to keep
32 logs_uncompressed: 2
33
34 # How many old logs to keep 
35 logs_total: 10
36