| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
Assumes OctoPrint is installed under user pi at /home/pi/OctoPrint/venv/bin/octoprint. If you have a different setup you'll need to adjust octoprint.default (init) or octoprint.service (systemd) accordingly.
Download the init.d files to the locations shown:
octoprint.default => /etc/default/octoprint octoprint.init => /etc/init.d/octoprint
Next, enable and start the octoprint service:
# Enable octoprint service
sudo update-rc.d octoprint defaults
# and start it
sudo service octoprint startDownload the systemd files to the locations shown:
octoprint.service => /etc/systemd/system/octoprint.service
Next, enable and start the octoprint service:
# Enable octoprint service
sudo systemctl enable octoprint
# and start it
sudo systemctl start octoprint| Back | FazBrowse Home | New Git URL |