From 12e9cac902726c8deb03511488d81d7f2a6a8a06 Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Fri, 7 May 2021 00:14:19 -0700 Subject: [PATCH] Vagrantfile.fedora: set Delegate=yes Instead of listing all individual controllers we want to be delegated, just say "yes" which means "all the controllers that are available". Signed-off-by: Kir Kolyshkin --- Vagrantfile.fedora34 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Vagrantfile.fedora34 b/Vagrantfile.fedora34 index 449d3b3f2..2c1f049a5 100644 --- a/Vagrantfile.fedora34 +++ b/Vagrantfile.fedora34 @@ -41,8 +41,8 @@ EOF cat > /etc/systemd/system/user@.service.d/delegate.conf << EOF [Service] # default: Delegate=pids memory -# NOTE: delegation of cpuset requires systemd >= 244 (Fedora >= 32, Ubuntu >= 20.04). cpuset is ignored on Fedora 31. -Delegate=cpu cpuset io memory pids +# NOTE: delegation of cpuset requires systemd >= 244 (Fedora >= 32, Ubuntu >= 20.04). +Delegate=yes EOF systemctl daemon-reload SHELL