summarylogtreecommitdiffstats
path: root/hysteria@.service
blob: 8139dd4bff55cfcb47511ec9bf4ef3ae081b1e78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Hysteria Client Service
After=network-online.target
Wants=network-online.target

[Service]
Type=exec
User=nobody
CapabilityBoundingSet=CAP_NET_BIND_SERVICE
ExecStart=/usr/bin/hysteria proxy client -config /etc/hysteria/%i.json

[Install]
WantedBy=multi-user.target