Grace interval on restart of hbd, fix SIGHUP processing

This commit is contained in:
Andreas Wrede
2026-04-10 12:58:38 -04:00
parent 3426185383
commit 2015195112
3 changed files with 12 additions and 5 deletions
+1 -2
View File
@@ -851,8 +851,7 @@ async def start(
site = web.TCPSite(runner, host, port)
await site.start()
if verbose:
print(f"HTTP server started on {host}:{port}")
logger.info(f"HTTP server started on {host}:{port}")
try:
await asyncio.Future()