You are not logged in.
Pages: 1
Hi All,
I would like to disable NanoDLP autostart when my Pi boots (because I would like to boot into the Desktop) and then manually start it up when I need it. Is this possible? If so, please can someone explain how to do it?
Thanks,
Dylan
Offline
I have tried this from the FAQ:
To remove nanodlp from boot completely, comment following line on /etc/rc.local file by putting # at the start of the line.
/bin/bash /home/pi/printer/config/run.sh
to
#/bin/bash /home/pi/printer/config/run.sh
But the rc.local file doesn't contain this at all.
Offline
On the latest version we relay on systemd.
Running command below should be enough to disable it.
sudo systemctl disable nanodlp
Offline
Pages: 1