summaryrefslogtreecommitdiff
path: root/pcr/rfc5766-turn-server/turnserver.service
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/rfc5766-turn-server/turnserver.service')
-rw-r--r--pcr/rfc5766-turn-server/turnserver.service11
1 files changed, 0 insertions, 11 deletions
diff --git a/pcr/rfc5766-turn-server/turnserver.service b/pcr/rfc5766-turn-server/turnserver.service
deleted file mode 100644
index 8e267b2e0..000000000
--- a/pcr/rfc5766-turn-server/turnserver.service
+++ /dev/null
@@ -1,11 +0,0 @@
-[Unit]
-Description=STUN and TURN Relay Server for VoIP and WebRTC
-After=network.target
-
-[Service]
-Type=forking
-User=turnserver
-ExecStart=/usr/bin/turnserver -c /etc/turnserver.conf -o -v
-
-[Install]
-WantedBy=multi-user.target