[udpxy] add udpxy.service

nucleo nucleo at fedoraproject.org
Fri Jul 29 14:04:21 UTC 2011


commit b658ca24f6b7f566ca7d4174231545564707881a
Author: nucleo <nucleo at fedoraproject.org>
Date:   Fri Jul 29 17:04:08 2011 +0300

    add udpxy.service

 udpxy.service |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/udpxy.service b/udpxy.service
new file mode 100644
index 0000000..35374cd
--- /dev/null
+++ b/udpxy.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=UDP-to-HTTP multicast traffic relay daemon
+After=syslog.target network.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/udpxy -T -S -p 4022
+Restart=on-abort
+
+[Install]
+WantedBy=multi-user.target


More information about the scm-commits mailing list