Skip to content

Instantly share code, notes, and snippets.

@LasaleFamine
Created October 12, 2021 10:25
Show Gist options
  • Select an option

  • Save LasaleFamine/d35196092f23c146a5276f3a7ab5e1f2 to your computer and use it in GitHub Desktop.

Select an option

Save LasaleFamine/d35196092f23c146a5276f3a7ab5e1f2 to your computer and use it in GitHub Desktop.
ngrok-client.service for PI
[Unit]
Description=ngrok client
After=network.target
[Service]
ExecStart=/home/pi/ngrok start --all -config /home/pi/.ngrok2/ngrok.yml
Restart=on-abort
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment