mirror of
https://github.com/3proxy/3proxy.git
synced 2026-04-06 21:30:12 +08:00
20 lines
417 B
SYSTEMD
20 lines
417 B
SYSTEMD
[Unit]
|
|
Description=3proxy tiny proxy server
|
|
Documentation=man:3proxy(1)
|
|
After=network.target
|
|
|
|
[Service]
|
|
Environment=CONFIGFILE=/etc/3proxy/3proxy.cfg
|
|
ExecStart=@CMAKE_INSTALL_FULL_BINDIR@/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
|