aboutsummaryrefslogtreecommitdiffstats
path: root/docs/RPi_microcontroller.md
diff options
context:
space:
mode:
authorStefan Dej <meteyou@gmail.com>2023-01-08 22:13:30 +0100
committerKevinOConnor <kevin@koconnor.net>2023-01-17 18:17:25 -0500
commitdeed7f829a83a46ee2646e049791b4b150b2febf (patch)
tree64f8e6b125a5895508a1485b96fce2d345ee8909 /docs/RPi_microcontroller.md
parentcf25c3907cfe60e5bc7b86ce80505a493568d728 (diff)
downloadkutter-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.md4
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