mirror of
https://git.proxmox.com/git/proxmox
synced 2025-05-28 18:15:28 +00:00
![]() it seems that sometimes, the child process signal gets handled before the parent process signal. Systemd then ignores the childs signal (finished reloading) and only after going into reloading state because of the parent. this will never finish. Instead, wait for the state to change to 'reloading' after sending that signal in the parent, an only fork afterwards. This way we ensure that systemd knows about the reloading before actually trying to do it. Signed-off-by: Dominik Csapak <d.csapak@proxmox.com> Tested-By: Fabian Ebner <f.ebner@proxmox.com> |
||
---|---|---|
src |