Skip to content

Instantly share code, notes, and snippets.

@Lewiscowles1986
Last active September 18, 2017 08:43
Show Gist options
  • Save Lewiscowles1986/5ecfc1f4125a7e6a39006cbb7d69229a to your computer and use it in GitHub Desktop.
Save Lewiscowles1986/5ecfc1f4125a7e6a39006cbb7d69229a to your computer and use it in GitHub Desktop.
OctoPrint SystemD service
[Unit]
Description=OctoPrint
After=network.target
[Service]
ExecStart=/opt/OctoPrint/venv/bin/octoprint
Restart=always
[Install]
WantedBy=default.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment