Last active
March 30, 2020 02:59
-
-
Save aschiavon91/3d9582052eb08179af827e6d719474b2 to your computer and use it in GitHub Desktop.
inlets client 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 Client Service | |
| After=network.target | |
| [Service] | |
| Type=simple | |
| Restart=always | |
| RestartSec=1 | |
| StartLimitInterval=0 | |
| EnvironmentFile=/etc/default/inlets | |
| ExecStart=/usr/local/bin/inlets client --remote=ws://"${REMOTE}" --upstream="${UPSTREAM}" --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