Last active
March 29, 2020 21:25
-
-
Save aschiavon91/aa929d69ef2572e50bc2d3a392744554 to your computer and use it in GitHub Desktop.
inlets server service
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=Inlets Server Service | |
| After=network.target | |
| [Service] | |
| Type=simple | |
| Restart=always | |
| RestartSec=1 | |
| StartLimitInterval=0 | |
| EnvironmentFile=/etc/default/inlets | |
| ExecStart=/usr/local/bin/inlets server --port=8080 --token="${AUTHTOKEN}" | |
| [Install] | |
| WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment