From f37b2541084e5f5f8b5f5836a125950956dde980 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Reynolds?= Date: Fri, 12 Jul 2013 23:01:00 -0300 Subject: Added service files and redis support --- pcr/rfc5766-turn-server/stun.service | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 pcr/rfc5766-turn-server/stun.service (limited to 'pcr/rfc5766-turn-server/stun.service') 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 -- cgit v1.2.3-2-g168b