Add config reload via SIGHUP

This commit is contained in:
2026-01-23 22:21:34 +01:00
parent bd0c930060
commit a1e3ee1770
3 changed files with 66 additions and 5 deletions

View File

@@ -153,7 +153,7 @@ def main():
)
# Create application instance
app = Application(config)
app = Application(config, config_path)
# Initialize database
try: