summarylogtreecommitdiffstats
path: root/hysteria1-server@.service
blob: ada35871356eaaa7545013eae64158a201248193 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[Unit]
Description=Hysteria (Legacy) Server Service
Documentation=https://v1.hysteria.network/
After=network.target nss-lookup.target

[Service]
Type=simple
ExecStart=/usr/bin/hysteria1 server --config %i.json --no-check
WorkingDirectory=/etc/hysteria
User=hysteria
Group=hysteria
Environment=HYSTERIA_LOG_LEVEL=info
CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE CAP_NET_RAW
AmbientCapabilities=CAP_NET_ADMIN CAP_NET_BIND_SERVICE CAP_NET_RAW
NoNewPrivileges=true

[Install]
WantedBy=multi-user.target