aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2017-10-11 20:23:58 -0400
committerKevin O'Connor <kevin@koconnor.net>2017-10-11 20:23:58 -0400
commit00d541b7674fde5c4b308a4328fcc836dabcf1b9 (patch)
tree1328f1e9e41d5334d9655786be1cec841dd4ed60
parentecf25964691feee8db37ce820dcd88bf8a6124c9 (diff)
downloadkutter-00d541b7674fde5c4b308a4328fcc836dabcf1b9.tar.gz
kutter-00d541b7674fde5c4b308a4328fcc836dabcf1b9.tar.xz
kutter-00d541b7674fde5c4b308a4328fcc836dabcf1b9.zip
docs: Octoprint should not run at a higher priority than Klipper on beaglebone
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r--docs/beaglebone.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/beaglebone.md b/docs/beaglebone.md
index d3e1b000..2b61478d 100644
--- a/docs/beaglebone.md
+++ b/docs/beaglebone.md
@@ -39,8 +39,9 @@ sudo update-rc.d octoprint defaults
It is necessary to modify OctoPrint's **/etc/default/octoprint**
configuration file. One must change the OCTOPRINT_USER user to
-"debian", uncomment the BASEDIR, CONFIGFILE, and DAEMON settings and
-change the references from "/home/pi/" to "/home/debian/":
+"debian", change NICELEVEL to 0, uncomment the BASEDIR, CONFIGFILE,
+and DAEMON settings and change the references from "/home/pi/" to
+"/home/debian/":
```
sudo nano /etc/default/octoprint
```