From f11da7d5354277fff21cf172a9123dc6cb3f8522 Mon Sep 17 00:00:00 2001 From: Brandon Rozek Date: Sun, 3 Dec 2023 11:38:45 -0500 Subject: [PATCH] Linger update --- content/blog/lxc-fedora-38.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/blog/lxc-fedora-38.md b/content/blog/lxc-fedora-38.md index 8f01c3e..cb524ea 100644 --- a/content/blog/lxc-fedora-38.md +++ b/content/blog/lxc-fedora-38.md @@ -152,6 +152,13 @@ Enable it on bootup systemctl --user enable lxc@test ``` +Since this is a user service, we need to make sure linger is on for it to respect +the enable on boot setting. + +```bash +sudo loginctl enable-linger rozek +``` + ## Other Resources https://linuxcontainers.org/lxc/getting-started/