Skip to content

Instantly share code, notes, and snippets.

@balkin
Created November 24, 2019 20:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save balkin/0e74d29a0ac61169ca7b57114a401d8e to your computer and use it in GitHub Desktop.
Save balkin/0e74d29a0ac61169ca7b57114a401d8e to your computer and use it in GitHub Desktop.
ngrok for octoprint service
[Unit]
Description=Webmorda Octoprint
[Service]
WorkingDirectory=/home/pi
User=pi
Group=pi
ExecStart=/usr/local/sbin/ngrok http -inspect=false 80
Type=simple
Restart=always
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment