summaryrefslogtreecommitdiff
path: root/pcr/rfc5766-turn-server/turn.service
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-07-14 15:27:23 -0300
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-07-14 15:27:23 -0300
commita594ebe149ad81798984a410c036a0965df1581a (patch)
tree9f92df878175fe438860b196b7394ec8f0bac4cd /pcr/rfc5766-turn-server/turn.service
parent03d128385c4ca773e67c93729a45899590d0d99e (diff)
parentd525d9a731f5d79c1128a192b9d2977a2967570f (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/codeblocks/PKGBUILD community/gnash/PKGBUILD community/i3lock/PKGBUILD community/instead/PKGBUILD extra/asio/PKGBUILD extra/cups/PKGBUILD extra/libdrm/PKGBUILD extra/liborigin2/PKGBUILD extra/mesa/PKGBUILD extra/mkvtoolnix/PKGBUILD extra/ocrad/PKGBUILD extra/qtiplot/PKGBUILD extra/scribus/PKGBUILD extra/xdg-user-dirs/PKGBUILD
Diffstat (limited to 'pcr/rfc5766-turn-server/turn.service')
-rw-r--r--pcr/rfc5766-turn-server/turn.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/pcr/rfc5766-turn-server/turn.service b/pcr/rfc5766-turn-server/turn.service
new file mode 100644
index 000000000..54cc5f01a
--- /dev/null
+++ b/pcr/rfc5766-turn-server/turn.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=TURN Server
+After=network.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/turnserver
+
+[Install]
+WantedBy=multi-user.target