12345678910111213141516171819202122232425262728 |
- # default values
- # port = 9921
- # db_file = "/var/lib/rsqueue/node-rsqd.db"
- # rsqd_log = "/var/log/rsqueue/node-rsqd.log"
- # Port that rsqueue daemon (rsqd)
- # is using. Rsqd host is configured
- # when validating node.
- # rsqd_port = 9921
- # Database backup config
- # db_backup_directory = "/var/lib/rsqueue/backup/"
- #
- # 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 = "rsqueue.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/rsqueue/task-output/"
- #
|