summaryrefslogtreecommitdiff
path: root/community/udpxy/udpxy.service
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-01-16 03:37:59 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-01-16 03:37:59 +0000
commitb296a78e1469d58c52acc47586bd5bb84f25fc0f (patch)
treea7bd50ca00f66f43ab58a4e79740737a82cf6991 /community/udpxy/udpxy.service
parent154321f7346db5c32dbdf9c730735969eabbd88f (diff)
Thu Jan 16 03:32:12 UTC 2014
Diffstat (limited to 'community/udpxy/udpxy.service')
-rw-r--r--community/udpxy/udpxy.service11
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