~patrick-hetu/+junk/volume-ephemeral-storage

« back to all changes in this revision

Viewing changes to templates/start_conf.tmpl

  • Committer: Stuart Bishop
  • Date: 2013-08-23 09:38:27 UTC
  • mfrom: (48.2.21 cleanups)
  • mto: This revision was merged to the branch mainline in revision 63.
  • Revision ID: stuart.bishop@canonical.com-20130823093827-8jic5lszvbaqynjl
Merged cleanups into fix-races.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# This file is managed by Juju.
 
3
#
 
4
# Automatic startup configuration
 
5
# auto: automatically start/stop the cluster in the init script
 
6
# manual: do not start/stop in init scripts, but allow manual startup with
 
7
#         pg_ctlcluster
 
8
# disabled: do not allow manual startup with pg_ctlcluster (this can be easily
 
9
#           circumvented and is only meant to be a small protection for
 
10
#           accidents).
 
11
 
 
12
{{mode}}
 
13