diff options
Diffstat (limited to 'community/udpxy/udpxy.service')
-rw-r--r-- | community/udpxy/udpxy.service | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/community/udpxy/udpxy.service b/community/udpxy/udpxy.service new file mode 100644 index 000000000..9ab244043 --- /dev/null +++ b/community/udpxy/udpxy.service @@ -0,0 +1,11 @@ +[Unit] +Description=UDP multicast to TCP (HTTP) relay proxy +After=network.target + +[Service] +Type=forking +PIDFile=/run/udpxy.pid +ExecStart=/usr/bin/udpxy -T -S -p 4022 -B 256kb + +[Install] +WantedBy=multi-user.target |