From deed7f829a83a46ee2646e049791b4b150b2febf Mon Sep 17 00:00:00 2001 From: Stefan Dej Date: Sun, 8 Jan 2023 22:13:30 +0100 Subject: [PATCH] docs: update RPi_microcontroller.md to systemd Signed-off-by: Stefan Dej --- docs/RPi_microcontroller.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/RPi_microcontroller.md b/docs/RPi_microcontroller.md index 2e64650c..58688d70 100644 --- a/docs/RPi_microcontroller.md +++ b/docs/RPi_microcontroller.md @@ -25,8 +25,8 @@ must run before the klippy process. After installing Klipper, install the script. run: ``` cd ~/klipper/ -sudo cp "./scripts/klipper-mcu-start.sh" /etc/init.d/klipper_mcu -sudo update-rc.d klipper_mcu defaults +sudo cp ./scripts/klipper-mcu.service /etc/systemd/system/ +sudo systemctl enable klipper-mcu.service ``` ## Building the micro-controller code