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/turn.service | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 pcr/rfc5766-turn-server/turn.service (limited to 'pcr/rfc5766-turn-server/turn.service') 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 -- cgit v1.2.3-2-g168b