Improve openrc init script, add port setting

* Ensure the log directory exists with openrc

* Add a port setting to configure the port the agent listens on

* Switch to RealDictCursor

* Fix type for connection timeout
This commit is contained in:
2025-04-19 00:07:15 -04:00
parent 9b382bedaa
commit 2afeb827ed
3 changed files with 16 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
# The port the agent listens on for requests
#port: 5400
# Min PostgreSQL connection pool size (per database)
#min_pool_size: 0