Created
June 27, 2018 10:10
-
-
Save vooon/1229341c5dbd37985de1aaa4fd4d09d8 to your computer and use it in GitHub Desktop.
Octoprint unit file for running on Orange Pi with Armbian 5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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