install scx but disable it by default.

This commit is contained in:
Anders Rytter Hansen 2024-12-12 11:22:44 +01:00
commit 2b20fb7b3f

View file

@ -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