From c9952f3a144d9fb19917d7c100dca30d2d99f629 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 13 Jul 2013 01:48:00 -0700 Subject: Sat Jul 13 01:47:15 PDT 2013 --- 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-54-g00ecf