This file is based on: https://raw.githubusercontent.com/alexellis/inlets/master/hack/inlets.service
I've had to remove the quotes around {AUTHTOKEN} to avoid them showing up in the token.
This file is based on: https://raw.githubusercontent.com/alexellis/inlets/master/hack/inlets.service
I've had to remove the quotes around {AUTHTOKEN} to avoid them showing up in the token.
| [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=80 --token=${AUTHTOKEN} | |
| [Install] | |
| WantedBy=multi-user.target |