Skip to content

Instantly share code, notes, and snippets.

@aschiavon91
Last active March 29, 2020 21:25
Show Gist options
  • Select an option

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

Select an option

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