This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # | |
| # /etc/init.d/red5 -- startup script for the red5 server | |
| # | |
| # Based on the tomcat6 init script. | |
| # Written by Miquel van Smoorenburg <miquels@cistron.nl>. | |
| # Modified for Ubuntu red5 by Fred Dixon <ffdixon@bigbluebutton.org> | |
| # Modified for Debian GNU/Linux by Ian Murdock <imurdock@gnu.ai.mit.edu>. | |
| # Modified for Tomcat by Stefan Gybas <sgybas@debian.org>. | |
| # Modified for Tomcat6 by Thierry Carrez <thierry.carrez@ubuntu.com>. |