node-l3qd.conf 638 B

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