node-rsqd.conf 734 B

12345678910111213141516171819202122232425262728
  1. # default values
  2. # port = 9921
  3. # db_file = "/var/lib/rsqueue/node-rsqd.db"
  4. # rsqd_log = "/var/log/rsqueue/node-rsqd.log"
  5. # Port that rsqueue daemon (rsqd)
  6. # is using. Rsqd host is configured
  7. # when validating node.
  8. # rsqd_port = 9921
  9. # Database backup config
  10. # db_backup_directory = "/var/lib/rsqueue/backup/"
  11. #
  12. # Slice name can not only be changed.
  13. # A new slice file needs to be created
  14. # and enabled in systemd to make this
  15. # change work.
  16. # systemd_slice_name = "rsqueue.slice"
  17. #
  18. # Time between status checks of
  19. # running processes, unit is seconds.
  20. # Min value is 10 seconds.
  21. # status_check_interval = 60
  22. #
  23. # Path to where task files for stdout and
  24. # stderr is written
  25. # task_output_directory = "/var/lib/rsqueue/task-output/"
  26. #