Created
July 26, 2019 18:34
-
-
Save alenteria/ac08329e8cc64e8381880581169368dd to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| [Unit] | |
| Description=Ngrok | |
| After=network.service | |
| [Service] | |
| type=simple | |
| User=pi | |
| WorkingDirectory=/home/pi | |
| ExecStart=/usr/bin/ngrok start --all --config=/home/pi/.ngrok/ngrok.yml | |
| Restart=on-failure | |
| [Install] | |
| WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment