blob: a155c5e143f84250cc648da3d6e4b80a6c8c29d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description=UDP multicast to TCP (HTTP) relay proxy
After=network.target
[Service]
Type=simple
PIDFile=/run/udpxy.pid
ExecStart=/usr/bin/udpxy -T -S -p 4022 -B 256kb
[Install]
WantedBy=multi-user.target
|