mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 07:01:54 +00:00
Kill the backdoor more forcefully
Otherwise it hangs until the 90 second timeout expires. http://hydra.nixos.org/build/3253068
This commit is contained in:
parent
7a76bcd72a
commit
bcdc71ddae
@ -28,6 +28,7 @@ let kernel = config.boot.kernelPackages.kernel; in
|
||||
echo
|
||||
PS1= exec /bin/sh
|
||||
'';
|
||||
serviceConfig.KillSignal = "SIGHUP";
|
||||
};
|
||||
|
||||
# Prevent agetty from being instantiated on ttyS0, since it
|
||||
|
Loading…
Reference in New Issue
Block a user