From 2b20fb7b3f70777a879bf8b7ee86001ccda2b4c8 Mon Sep 17 00:00:00 2001 From: Anders Rytter Hansen Date: Thu, 12 Dec 2024 11:22:44 +0100 Subject: [PATCH] install scx but disable it by default. --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a263ff6..561d142 100644 --- a/Dockerfile +++ b/Dockerfile @@ -138,8 +138,8 @@ RUN rpm-ostree install waydroid # Install virt-manager and LXC driver RUN rpm-ostree install virt-manager libvirt-daemon-driver-lxc libvirt-daemon-lxc -# enable systemd services -RUN systemctl enable scx.service +# disable scx service +RUN systemctl disable scx.service # Copy config files COPY etc /etc