From 00d541b7674fde5c4b308a4328fcc836dabcf1b9 Mon Sep 17 00:00:00 2001
From: Kevin O'Connor <kevin@koconnor.net>
Date: Wed, 11 Oct 2017 20:23:58 -0400
Subject: [PATCH] docs: Octoprint should not run at a higher priority than
 Klipper on beaglebone

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
---
 docs/beaglebone.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/beaglebone.md b/docs/beaglebone.md
index d3e1b000d..2b61478de 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
 ```