Created
July 30, 2024 12:22
-
-
Save tbvinh/59164aa8630d158bf8693119b1c72d0a to your computer and use it in GitHub Desktop.
AI ngrok service
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
#/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