mirror of
https://github.com/3proxy/3proxy.git
synced 2025-02-22 18:15:41 +08:00
19 lines
393 B
Desktop File
19 lines
393 B
Desktop File
[Unit]
|
|
Description=3proxy tiny proxy server
|
|
Documentation=man:3proxy(1)
|
|
After=network.target
|
|
|
|
[Service]
|
|
Environment=CONFIGFILE=/etc/3proxy/3proxy.cfg
|
|
ExecStart=/bin/3proxy ${CONFIGFILE}
|
|
ExecReload=/bin/kill -SIGUSR1 $MAINPID
|
|
KillMode=process
|
|
Restart=on-failure
|
|
RestartSec=60s
|
|
LimitNOFILE=65536
|
|
LimitNPROC=32768
|
|
RuntimeDirectory=3proxy
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
Alias=3proxy.service |