- Copy systemd config file udp-proxy-20202.service to
/usr/lib/systemd/system/
- Copy the config file udp-proxy-2020.conf to
/etc/udp-proxy-2020.conf
- Edit
/etc/udp-proxy-2020.conf
(see below) - Run
systemctl enable udp-proxy-2020
to start the service automatically on boot - Run
systemctl start udp-proxy-2020
to start the service
This file may have comments (lines which start with a #
), but must have a line:
ARGS="<arguments passed to udp-proxy-2020>"
Typically it will look something like this:
ARGS="--interface eth0 --interface eth1 --port 9003"
For a full list of possible arguments and their meaning, please run: udp-proxy-2020 -h
- Run
systemctl status udp-proxy-2020
to check that the service is running - Run
systemctl start udp-proxy-2020
to start the service - Run
systemctl stop udp-proxy-2020
to stop the service - Run
systemctl daemon-reload
if you ever change theudp-proxy-2020.service
file