Basic Information / Configuration files¶
The config files are located in DRQUEUE_ETC which typically points to "/usr/local/drqueue/etc".
Master configuration file¶
The master daemon can be configured through the config file "master.conf".
Default configuration¶
# # Lines starting with '#' will not be parsed # Use the following as examples (without the '#' character) # #logs=/path/to/shared/logs #tmp=/path/to/shared/tmp #db=/path/to/local/db #bin=/path/to/local/bin #etc=/path/to/local/etc #
Slave configuration file¶
The slave daemon can be configured through the config file "slave.conf".
You can add a slave to a specific pool via
pool=MyPool
Default configuration¶
# # Lines starting with '#' will not be parsed # Use the following as examples (without the '#' character) # #logs=/path/to/shared/logs #tmp=/path/to/shared/tmp #db=/path/to/local/db #bin=/path/to/local/bin #etc=/path/to/local/etc #pool=test1,test2,test3 #pool=Default:MacOSX #
Drqman configuration file¶
The drqman client can be configured through the config file "drqman.conf".
Default configuration¶
# # Lines starting with '#' will not be parsed # Use the following as examples (without the '#' character) # #logs=/path/to/shared/logs #tmp=/path/to/shared/tmp #db=/path/to/local/db #bin=/path/to/local/bin #etc=/path/to/local/etc #