Dominik Csapak 9e45e03aef tools/daemon: fix reload with open connections
instead of await'ing the result of 'create_service' directly,
poll it together with the shutdown_future

if we reached that, fork_restart the new daemon, and await
the open future from 'create_service'

this way the old process still handles open connections until they finish,
while we already start a new process that handles new incoming connections

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2020-11-05 11:14:56 +01:00
..
2020-08-25 18:52:31 +02:00
2020-10-14 13:58:35 +02:00
2020-07-10 11:08:53 +02:00
2020-08-25 18:52:31 +02:00
2020-10-14 13:58:35 +02:00
2020-10-08 08:34:39 +02:00
2020-06-26 09:12:29 +02:00
2020-10-28 21:26:11 +01:00
2020-10-21 11:31:24 +02:00
2020-06-23 06:33:31 +02:00
2020-10-21 14:20:16 +02:00