Skip to content

Instantly share code, notes, and snippets.

@aschiavon91
Last active March 30, 2020 02:59
Show Gist options
  • Select an option

  • Save aschiavon91/3d9582052eb08179af827e6d719474b2 to your computer and use it in GitHub Desktop.

Select an option

Save aschiavon91/3d9582052eb08179af827e6d719474b2 to your computer and use it in GitHub Desktop.
inlets client service
[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