diff options
Diffstat (limited to 'pcr/rfc5766-turn-server/stun.service')
-rw-r--r-- | pcr/rfc5766-turn-server/stun.service | 10 |
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 |