From 559e0f7575a3e86ba2d9b8c82815015aba58a9b8 Mon Sep 17 00:00:00 2001 From: Siwat Sirichai Date: Thu, 7 Apr 2022 21:15:37 +0700 Subject: [PATCH] systemd cleanup --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fedaa6e..c96960c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -68,7 +68,8 @@ 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 rm -f /bin/systemctl +RUN ln -s /bin/true /bin/systemctl USER octoprint