summaryrefslogtreecommitdiff
path: root/pcr/rfc5766-turn-server/turn.service
diff options
context:
space:
mode:
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