You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Canceling an activation with Ctrl+C is bound to cause issues with atomicity of the currently running system.
nixos-rebuild already implements some protection of this using systemd-run, but this itself is not enough. We should also handle SIGTERM signals and force a second Ctrl+C signal before exiting the program.
Help
Yes
Issues
I have checked existing issues and there are no existing ones with the same request.
The text was updated successfully, but these errors were encountered:
Feature Description
Canceling an activation with
Ctrl+C
is bound to cause issues with atomicity of the currently running system.nixos-rebuild
already implements some protection of this usingsystemd-run
, but this itself is not enough. We should also handleSIGTERM
signals and force a secondCtrl+C
signal before exiting the program.Help
Yes
Issues
The text was updated successfully, but these errors were encountered: