~marcoceppi/charms/precise/wesnoth/tests

« back to all changes in this revision

Viewing changes to hooks/config-changed

  • Committer: Javier P.L.
  • Date: 2013-01-26 10:35:35 UTC
  • Revision ID: chilicuil@ubuntu.com-20130126103535-yomkrmb0hmf91h0k
add default start runlevels, delete the server interface definition

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
2
2
set -eux # -x for verbose logging to juju debug-log
3
3
 
 
4
juju-log "Configuring Wesnoth"
 
5
 
4
6
DEFAULT_CONF_FILE="/etc/default/wesnoth-1.10-server"
5
7
ETC_WESNOTHD="/etc/wesnothd-1.10.cfg"
6
8