This is a read-only archive of the Mumble forums.

This website archives and makes accessible historical state. It receives no updates or corrections. It is provided only to keep the information accessible as-is, under their old address.

For up-to-date information please refer to the Mumble website and its linked documentation and other resources. For support please refer to one of our other community/support channels.

Jump to content

custom init script


at_he
 Share

Recommended Posts

hi .. i run centos, it has no package for murmur so i downloaded static murmur (which has no init script) and tried to run


i found an init script at http://mumble.sourceforge.net/Murmur_Init_Script but lacks the "status" function

i added one .. just between lines

 

    ;;
 *)

insert this code

 

  status)
   MURMURPID=`pidof $MURMURBIN`
   if (( $? ))
   then
       echo murmur is NOT running
   else
       echo murmur is running, pid=$MURMURPID
   fi
   ;;

and add "|status" to the line

 

    echo "Usage: $0 {start|stop|restart}"

 

p.s.: i found no way to register an account at main page mumble wiki to comment this issue

Link to comment
Share on other sites

 Share

×
×
  • Create New...