Skip to content

Instantly share code, notes, and snippets.

@tbvinh
Created July 30, 2024 12:22
Show Gist options
  • Save tbvinh/59164aa8630d158bf8693119b1c72d0a to your computer and use it in GitHub Desktop.
Save tbvinh/59164aa8630d158bf8693119b1c72d0a to your computer and use it in GitHub Desktop.
AI ngrok service
#/etc/systemd/system/ngrok.service
[Unit]
Description=Ngrok Tunnel
After=network.target
[Service]
User=vinh
ExecStart=/usr/local/bin/ngrok http 80
Restart=always
RestartSec=10
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment