- Changed 3proxy.service file. - Updated to 0.9.5 * Fixed potentially crash due to overlapping regions in strcpy(). * Added proxy service type: tlspr - SNI proxy, may also be used as parent tls type. * Added new proxy service type: auto - autodetect proxy type between proxy and socks. OBS-URL: https://build.opensuse.org/package/show/server:proxy/3proxy?expand=0&rev=10
21 lines
402 B
Desktop File
21 lines
402 B
Desktop File
[Unit]
|
|
Description=Tiny proxy servers set
|
|
Documentation=man:3proxy(1)
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
User=USER
|
|
Group=GROUP
|
|
ExecStart=/usr/bin/3proxy /var/lib/3proxy/3proxy.cfg
|
|
ExecReload=/usr/bin/kill -SIGUSR1 $MAINPID
|
|
KillMode=process
|
|
Restart=on-failure
|
|
RestartSec=60
|
|
LimitNOFILE=65536
|
|
LimitNPROC=32768
|
|
RuntimeDirectory=3proxy
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|