summarylogtreecommitdiffstats
path: root/turnserver.service
diff options
context:
space:
mode:
Diffstat (limited to 'turnserver.service')
-rw-r--r--turnserver.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/turnserver.service b/turnserver.service
new file mode 100644
index 000000000000..8e267b2e0b8a
--- /dev/null
+++ b/turnserver.service
@@ -0,0 +1,11 @@
+[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