Skip to content

Commit 40baff4

Browse files
committed
Add systemd 'upheldBy' on cage-tty1 to constantly enforce that it is running
1 parent 6c64d19 commit 40baff4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nix/system.nix

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282

8383
systemd.services."cage-tty1" = {
8484
wantedBy = ["sysinit-reactivation.target"];
85+
upheldBy = ["multi-user.target"];
8586
serviceConfig = {
8687
Restart = "always";
8788
};

0 commit comments

Comments
 (0)