blob: a8771dc1999913153c82010ee0a4e80494126bb0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
[Unit]
Description=Concrnt Hyperproxy daemon
[Service]
Type=simple
Restart=on-failure
User=concrnt
Group=concrnt
SyslogIdentifier=concrnt-hyperproxy
# Port config
Environment="PORT=28283"
# Proxy config (http, https or socks5)
#Environment="http_proxy=http://proxy-server:3128"
#Environment="https_proxy=http://proxy-server:3128"
ExecStart=/usr/bin/hyperproxy
RestrictSUIDSGID=true
RestrictNamespaces=true
[Install]
WantedBy=multi-user.target
|