summaryrefslogtreecommitdiff
path: root/pcr/rfc5766-turn-server/stun.service
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-07-13 12:48:38 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-07-13 12:48:38 -0300
commit7aee7d4c6f698d6716d52b9b4e827ef339ffc7cf (patch)
tree9c758f80720e8dd15078527fada48bed9238cc67 /pcr/rfc5766-turn-server/stun.service
parent0694759ee233a4e1ed54f06d68709f5650cd87a7 (diff)
parent4e2b38c122e49c912ecaa01d1192a0aadd84a808 (diff)
Merge branch 'master' of ssh://projects.parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'pcr/rfc5766-turn-server/stun.service')
-rw-r--r--pcr/rfc5766-turn-server/stun.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/pcr/rfc5766-turn-server/stun.service b/pcr/rfc5766-turn-server/stun.service
new file mode 100644
index 000000000..bddb6168a
--- /dev/null
+++ b/pcr/rfc5766-turn-server/stun.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=STUN Server
+After=network.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/turnserver --stun-only
+
+[Install]
+WantedBy=multi-user.target