Browse Source

new: added ``mumble`` lxc script.

postgres
root 11 years ago
parent
commit
1c1307d99a
  1. 22
      precise/mumble/hooks/install
  2. 3
      precise/mumble/hooks/start
  3. 3
      precise/mumble/hooks/stop
  4. 7
      precise/mumble/metadata.yaml
  5. 1
      precise/mumble/revision
  6. 2
      precise/mumble/shorewall

22
precise/mumble/hooks/install

@ -0,0 +1,22 @@
#!/bin/bash
set -eux # -x for verbose logging to juju debug-log
apt-get update
apt-get -y install libicu48 mumble
## Should set things as:
## /etc/mumble-server.ini
#port=64738
#welcometext="<br />Welcome to tharbad server running <b>Murmur</b>.<br />Enjoy your stay!<br />"
## And set superuser password with:
#murmurd -supw <PASSWORD>

3
precise/mumble/hooks/start

@ -0,0 +1,3 @@
#!/bin/bash
juju-log "Nothing to Start for base."

3
precise/mumble/hooks/stop

@ -0,0 +1,3 @@
#!/bin/bash
juju-log "Nothing to stop for base."

7
precise/mumble/metadata.yaml

@ -0,0 +1,7 @@
name: mumble
summary: "Mumble server"
maintainer: "Valentin Lab <valentin.lab@kalysto.org>"
inherit: base-0k
description: |
Mumble Server
data-resources:

1
precise/mumble/revision

@ -0,0 +1 @@
0

2
precise/mumble/shorewall

@ -0,0 +1,2 @@
DNAT net lan:%%NAME%%:64738 udp 64738
DNAT net lan:%%NAME%%:64738 tcp 64738
Loading…
Cancel
Save