First Commit
This commit is contained in:
13
files/config.ini
Normal file
13
files/config.ini
Normal file
@ -0,0 +1,13 @@
|
||||
# Murmur configuration file.
|
||||
# See https://wiki.mumble.info/wiki/Murmur.ini for more options
|
||||
|
||||
# Path to database. If blank, will search for
|
||||
# murmur.sqlite in default locations or create it if not found.
|
||||
database=/etc/mumble/murmur.sqlite
|
||||
|
||||
# If Murmur is started as root, which user should it switch to?
|
||||
# This option is ignored if Murmur isn't started with root privileges.
|
||||
uname=mumble
|
||||
|
||||
bandwidth=130000
|
||||
welcometext=Welcome! Unauthorized access is prohibited
|
3
files/supw
Normal file
3
files/supw
Normal file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
/opt/mumble/murmur.x86 -ini /etc/mumble/config.ini -readsupw
|
Reference in New Issue
Block a user