summaryrefslogtreecommitdiff
path: root/pcr/rfc5766-turn-server/stun.service
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-07-12 23:01:00 -0300
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-07-12 23:01:00 -0300
commitf37b2541084e5f5f8b5f5836a125950956dde980 (patch)
tree3f339b6be9053c481bbe00fa8cbeed657190e28d /pcr/rfc5766-turn-server/stun.service
parente14736ca7ac051726b587d8fdb8368be502a9109 (diff)
Added service files and redis support
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