Difference between revisions of "Murmur Init Script"

From Mumble Wiki
Jump to: navigation, search
m (added to category murmur)
 
Line 1: Line 1:
Especialy for Debian/Ubuntu
+
{{Notice|message=Mumble server packages usually contain working init scripts. Manually setting this up is only necessary if these are not available, or you decide to not use them.}}
  
 
Download the Script from https://raw.github.com/mumble-voip/mumble/master/scripts/murmur.init
 
Download the Script from https://raw.github.com/mumble-voip/mumble/master/scripts/murmur.init
Line 15: Line 15:
  
 
[[Category:Documentation English]]
 
[[Category:Documentation English]]
[[Category:Murmur]]
+
[[Category:Mumble Server]]

Latest revision as of 17:24, 15 April 2017

Icons oxygen 48x48 actions view-pim-notes.png
Note:
Mumble server packages usually contain working init scripts. Manually setting this up is only necessary if these are not available, or you decide to not use them.

Download the Script from https://raw.github.com/mumble-voip/mumble/master/scripts/murmur.init

Rename it to /etc/init.d/murmur

Make the file executable :

chmod +x /etc/init.d/murmur

Update init levels

update-rc.d murmur defaults 90