Comment 9 for bug 1738834

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

Here after an install of libvirt-daemon-system (which has the snippet to reload)

systemctl status virtlogd --no-pager
...
Jun 26 10:37:11 x systemd[1]: Started Virtual machine log manager.
Jun 26 10:37:26 x systemd[1]: Reloading Virtual machine log manager.
Jun 26 10:37:26 x systemd[1]: Reloaded Virtual machine log manager.
Jun 26 10:37:28 x systemd[1]: Started Virtual machine log manager.

Therefore this really is supposed to work.
It should stick with it's main PID and not restart intentionally, but get reloaded via SIGUSSR1.
And it should be visible in the logs.

So overall we came to the same conclusion, it does re-exec on reload and does so on install/upgrade.
I'll mark it incomplete until we know more about it because as such I can#t do any more for this bug.