daemon: mask SIGHUP

This commit is contained in:
Alex Zenla
2024-03-05 23:10:31 +00:00
parent 0f85e30149
commit f8e2f50c60
3 changed files with 11 additions and 0 deletions

View File

@ -31,6 +31,7 @@ futures = { workspace = true }
bytes = { workspace = true }
tokio-stream = { workspace = true }
async-trait = { workspace = true }
signal-hook = { workspace = true }
[dependencies.tokio-listener]
workspace = true