From 29f8d3f32fcce6d4a0e6818e0f67f9367614a454 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Sun, 29 Dec 2024 14:36:18 -0800 Subject: [PATCH] chore: Ensure sunshine is disabled by default --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index bef83da1f4..56edf37045 100644 --- a/Containerfile +++ b/Containerfile @@ -800,6 +800,7 @@ RUN rm -f /etc/profile.d/toolbox.sh && \ systemctl --global enable bazzite-user-setup.service && \ systemctl --global enable podman.socket && \ systemctl --global enable systemd-tmpfiles-setup.service && \ + systemctl --global disable sunshine.service && \ systemctl disable waydroid-container.service && \ curl -Lo /etc/dxvk-example.conf https://raw.githubusercontent.com/doitsujin/dxvk/master/dxvk.conf && \ curl -Lo /usr/bin/waydroid-choose-gpu https://raw.githubusercontent.com/KyleGospo/waydroid-scripts/main/waydroid-choose-gpu.sh && \