l3qd.conf 639 B

1234567891011121314151617181920212223242526272829
  1. [l3qd]
  2. # default values
  3. # port = 39911
  4. # db_file=/var/lib/l3q/l3q.db
  5. # l3qd_log=/var/log/l3q/l3q.log
  6. # l3qd_err_log=/var/log/l3q/l3q.err
  7. # queue = Default
  8. # The intervall when status of
  9. # nodes are checked and queue updated.
  10. # Minimum value is 30 seconds
  11. # poll_intervall = 60
  12. # Database backup config
  13. # db_backup_directory=/var/lib/l3q/backup/
  14. #
  15. # Database will be backed up
  16. # once every day at specified
  17. # hour (24 hours) and minute.
  18. # Both hour and minute should be
  19. # specified as integers.
  20. # db_backup_hour = 2
  21. # db_backup_minute = 0
  22. #
  23. # Number of backups that will
  24. # be saved, the latest number
  25. # of days.
  26. # db_backup_max_count = 5