12345678910111213141516171819202122232425 |
- # default values
- # port = 39911
- # db_file = "/var/lib/l3q/node-l3qd.db"
- # l3qd_log = "/var/log/l3q/node-l3qd.log"
- # Port that l3q daemon (l3qd)
- # is using. L3qd host is configured
- # when validating node.
- # l3qd_port = 39911
- # Slice name can not only be changed.
- # A new slice file needs to be created
- # and enabled in systemd to make this
- # change work.
- # systemd_slice_name = "l3q.slice"
- #
- # Time between status checks of
- # running processes, unit is seconds.
- # Min value is 10 seconds.
- # status_check_interval = 60
- #
- # Path to where task files for stdout and
- # stderr is written
- # task_output_directory = "/var/lib/l3q/task-output/"
- #
|