3proxy-eagle.service 735 B

1234567891011121314151617181920212223
  1. # Edit this file and copy to /etc/systemd/system/
  2. # then manage 3proxy-eagle via
  3. # systemctl stop/start/enable/disable 3proxy-eagle
  4. # + WebUI at http://127.0.0.1:8161 by default
  5. # + Flag -D disables adding IP addresses to the statistics database
  6. # (because addresses are not as informative as domains)
  7. # You should get the 3proxy binary and replace the /path/to/3proxy with the actual path.
  8. [Unit]
  9. Description=3proxy wrapper with web UI
  10. After=network.target
  11. [Service]
  12. Type=idle
  13. User=someuser
  14. ExecStart=/path/to/3proxy-eagle -i /path/to/3proxy,/path/to/first-instanse.cfg -i /path/to/3proxy,/path/to/second-instanse.cfg -w /path/to/3proxy-eagle/data -t YOUR_SERVICE_NAME -D
  15. Restart=on-failure
  16. [Install]
  17. WantedBy=multi-user.target