From 3a29e24926a2470064e6a2d638c666629bea435a Mon Sep 17 00:00:00 2001 From: chuckcharlie Date: Sun, 10 Dec 2023 13:24:24 -0700 Subject: [PATCH] Remove idleexittimeout --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 13eda45..d572c1b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,6 +42,7 @@ CMD ["/root/run_cups.sh"] # Baked-in config file changes RUN sed -i 's/Listen localhost:631/Listen 0.0.0.0:631/' /etc/cups/cupsd.conf && \ sed -i 's/Browsing Off/Browsing On/' /etc/cups/cupsd.conf && \ + sed -i 's/IdleExitTimeout/#IdleExitTimeout/' /etc/cups/cupsd.conf && \ sed -i 's//\n Allow All/' /etc/cups/cupsd.conf && \ sed -i 's//\n Allow All\n Require user @SYSTEM/' /etc/cups/cupsd.conf && \ sed -i 's//\n Allow All/' /etc/cups/cupsd.conf && \