Episode 12 - original fix for CVE-2018-6954 was incomplete - this includes the complete fix
Also includes an update to avoid a possible hang on shutdown in unattended-upgrades - LP #1803391
During shutdown, systemd is already in the process of shutting down
Then unattended-upgrades runs and it goes and tries to update systemd - which then tries to reexec it - which blocks waiting for it to finish shutting down
Creates a deadlock since systemd is waiting on unattended-upgrades to finish but u-u is waiting on systemd reexec
Fix is to not do reexec if systemd is already in the process of stopping