5 lines
138 B
Plaintext
5 lines
138 B
Plaintext
|
#!/bin/sh
|
||
|
exec 2>&1
|
||
|
[ -r ./conf ] && . ./conf
|
||
|
exec chpst -u_murmur:_murmur mumble-server -fg -ini ${CONFIG_FILE:-/etc/murmur.ini} ${OPTS}
|