xlkiller Posted February 21, 2010 Share Posted February 21, 2010 I found this: http://bash.cyberciti.biz/web-server/restart-apache2-httpd-shell-script/ but doesnt work with: #!/bin/bash # Mumble Process Monitor # Restart Mumble Server When It Goes Down # ------------------------------------------------------------------------- # uncomment if you are using Debian / Ubuntu Linux RESTART="/etc/init.d/mumble-server start" #path to pgrep command PGREP="/usr/bin/pgrep" # Httpd daemon name, # Under RHEL/CentOS/Fedora it is httpd # Under Debian 4.x it is apache2 MURMURD="murmurd" # find httpd pid $PGREP ${MURMURD} if [ $? -ne 0 ] # if mumble not running then # restart mumble $RESTART fi Link to comment Share on other sites More sharing options...
lux73 Posted February 28, 2010 Share Posted February 28, 2010 Hi!use this Script: https://sourceforge.net/apps/phpbb/mumble/viewtopic.php?f=7&t=15then add a softlink to /etc/rc2.d/ cd /etc/rc2.d/ ln -s /etc/init.d/murmurd S35murmurd after reboot your murmur Server will restart!Have fun!gretings from Germany http://mumble://mumble.djabber.de:16999/?version=1.2.3 Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now