mirror of
https://github.com/3proxy/3proxy.git
synced 2025-02-24 11:05:40 +08:00
10 lines
177 B
SYSTEMD
10 lines
177 B
SYSTEMD
![]() |
[Unit]
|
||
|
Description=3proxy Proxy Server
|
||
|
After=syslog.target network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=forking
|
||
|
ExecStart=/usr/bin/3proxy /etc/3proxy.cfg
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|