On Fri, Jan 28, 2022 at 01:26:59AM +0000, Andy Smith wrote: > Is there a good way to make it so that the network goes down as the > very last thing?
Alternatively, I don't particularly care about orderly shutdown, so if I could override all versions of "halt", "shutdown -h", "poweroff" etc. to be: $ sudo systemctl --force --force poweroff Powering off. [ 28.686668] reboot: System halted …that would work for me. Thanks, Andy