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

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

[Install]
WantedBy=multi-user.target