Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
daemon: fix rebootless SIGTERM handling
The machine-config-daemon gets stuck blocking SIGTERM on rebootless updatesbecause it only removes its SIGTERM protection when it reboots or when it encounters an error in the triggerUpdateWithmachineConfig-> update->performPostConfigChangeAction cycle. This changes the behavior such that it will remove the protection on a successful rebootless update and adds some logging messages so it's more clear when it starts and stops protecting itself.
- Loading branch information