diff options
author | Stefan Dej <meteyou@gmail.com> | 2023-01-08 22:13:30 +0100 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2023-01-17 18:17:25 -0500 |
commit | deed7f829a83a46ee2646e049791b4b150b2febf (patch) | |
tree | 64f8e6b125a5895508a1485b96fce2d345ee8909 /docs/RPi_microcontroller.md | |
parent | cf25c3907cfe60e5bc7b86ce80505a493568d728 (diff) | |
download | kutter-deed7f829a83a46ee2646e049791b4b150b2febf.tar.gz kutter-deed7f829a83a46ee2646e049791b4b150b2febf.tar.xz kutter-deed7f829a83a46ee2646e049791b4b150b2febf.zip |
docs: update RPi_microcontroller.md to systemd
Signed-off-by: Stefan Dej <meteyou@gmail.com>
Diffstat (limited to 'docs/RPi_microcontroller.md')
-rw-r--r-- | docs/RPi_microcontroller.md | 4 |
1 files 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 |