From 356af5651c0ff14d3179e33b9a9a23f8bb8608db Mon Sep 17 00:00:00 2001 From: Siwat Sirichai Date: Thu, 7 Apr 2022 21:09:15 +0700 Subject: [PATCH] remove systemctl state --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a3e1bba..fedaa6e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -68,7 +68,7 @@ COPY klippy.sudoers /etc/sudoers.d/klippy RUN useradd -ms /bin/bash klippy # This is to allow the install script to run without error -RUN ln -s /bin/true /bin/systemctl +#RUN ln -s /bin/true /bin/systemctl USER octoprint