Subversion Repositories DevTools

Rev

Rev 7394 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7394 Rev 7460
Line 1... Line 1...
1
#   TEMPLATE: Blat configuration file
1
#   TEMPLATE: Blat configuration file
2
#
2
#
3
#       active          - Active link (Yes/1/y). (default = Yes)
3
#       active          - Active link (Yes/1/y). (default = Yes)
4
#       piddir          - Path to where a pid file will be created (Mandatory) 
4
#       piddir          - Path to where a pid file will be created (Mandatory) 
5
#       sleep           - Polling period of the main process loop (default = 5)
5
#       sleep           - Polling period of the main process loop (default = 5)
6
#       dpkg_archive    - Path to local package archive (Mandatory)   
6
#       dpkg_archive    - Path to local package archive (Mandatory)
-
 
7
#       wedgeTime       - Determine if main processing look is stuck
-
 
8
#                         Minutes of inactivity (Default 30m)
7
#  
9
#  
8
#
10
#
9
active          = 1   
11
active          = 1   
10
piddir          = ./run
12
piddir          = ./run
11
sleep           = 5
13
sleep           = 5
12
dpkg_archive    = /net/auperaunx26/export/devl/dpkg_archive
14
dpkg_archive    = /net/auperaunx26/export/devl/dpkg_archive
-
 
15
wedgeTime       = 30m
13
 
16
 
14
#   Logging
17
#   Logging
15
#       verbose         - Enable verbose logging 0 .. 3
18
#       verbose         - Enable verbose logging 0 .. 3
16
#       txdetail        - Log transfer details
19
#       txdetail        - Log transfer details
17
#       logfile         - Path to basename of the log file
20
#       logfile         - Path to basename of the log file