Skip to content

Instantly share code, notes, and snippets.

@vooon
Created June 27, 2018 10:10
Show Gist options
  • Save vooon/1229341c5dbd37985de1aaa4fd4d09d8 to your computer and use it in GitHub Desktop.
Save vooon/1229341c5dbd37985de1aaa4fd4d09d8 to your computer and use it in GitHub Desktop.
Octoprint unit file for running on Orange Pi with Armbian 5
[Unit]
Description=OctoPrint
After=network.target
[Service]
User=max
ExecStart=/home/max/octoprint/venv/bin/octoprint serve
Restart=always
[Install]
WantedBy=muti-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment