We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c64d19 commit 40baff4Copy full SHA for 40baff4
nix/system.nix
@@ -82,6 +82,7 @@
82
83
systemd.services."cage-tty1" = {
84
wantedBy = ["sysinit-reactivation.target"];
85
+ upheldBy = ["multi-user.target"];
86
serviceConfig = {
87
Restart = "always";
88
};
0 commit comments