remove systemctl state

This commit is contained in:
Siwat Sirichai 2022-04-07 21:09:15 +07:00
parent 7c3f30c652
commit 356af5651c
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ COPY klippy.sudoers /etc/sudoers.d/klippy
RUN useradd -ms /bin/bash klippy RUN useradd -ms /bin/bash klippy
# This is to allow the install script to run without error # 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 USER octoprint