From 4161d20de2ad846182e6163a3f54d29567a6e2f7 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Fri, 13 Dec 2024 19:44:30 -0600 Subject: [PATCH] portage: Install-mask systemd-nsresourced I don't know what this is for; I think it has something to do with containers, possibly for `systemd-npsawn`? It spawns a bunch of processes and wastes several megabytes of RAM. --- portage/make.conf/systemd.conf | 1 + 1 file changed, 1 insertion(+) create mode 100644 portage/make.conf/systemd.conf diff --git a/portage/make.conf/systemd.conf b/portage/make.conf/systemd.conf new file mode 100644 index 0000000..d052222 --- /dev/null +++ b/portage/make.conf/systemd.conf @@ -0,0 +1 @@ +INSTALL_MASK="${INSTALL_MASK} /usr/lib/systemd/systemd-nsresourced* /usr/lib/systemd/system/systemd-nsresourced.*"