remove ia64 keywords
[gentoo-zh.git] / net-proxy / hysteria / files / hysteria-client.service
blob39a614c0c4fe82108bff11f6dd245db26e1b3424
1 [Unit]
2 Description=Hysteria Client Service
3 Documentation=https://hysteria.network/
4 After=network.target
6 [Service]
7 Type=simple
8 ExecStart=/usr/bin/hysteria client --config /etc/hysteria/client.yaml --disable-update-check
9 WorkingDirectory=~
10 User=hysteria
11 Group=hysteria
12 Environment=HYSTERIA_LOG_LEVEL=info
13 CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE CAP_NET_RAW
14 AmbientCapabilities=CAP_NET_ADMIN CAP_NET_BIND_SERVICE CAP_NET_RAW
15 NoNewPrivileges=true
17 [Install]
18 WantedBy=multi-user.target