summarylogtreecommitdiffstats
path: root/inlets-server.service
blob: dbd77c8c43de81abe282bd5e15cbf657a3936b09 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Inlets server
After=network.target

[Service]
Type=simple
EnvironmentFile=/etc/default/inlets-server
ExecStart=/usr/bin/inlets server --port=${port:8080} --token=$token

[Install]
WantedBy=multi-user.target