~pwlars/charms/precise/ubuntu-ci-services-itself/rabbitmq-worker-respawn

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Andy Doan
  • Date: 2014-01-16 16:48:47 UTC
  • Revision ID: andy.doan@canonical.com-20140116164847-dxe4hplk7jn4gks3
allow user/group for service to be configurable

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
  main:
16
16
    type: string
17
17
    description: "The worker script to run as a service. Can include paths relative to local bzr directory"
 
18
 
 
19
  uid:
 
20
    type: string
 
21
    default: nobody
 
22
    description: User to run service as
 
23
  gid:
 
24
    type: string
 
25
    default: nogroup
 
26
    description: Group to run service as
 
27
 
18
28
  # required for rabbitmq-server charm:
19
29
  amqp-user:
20
30
      type: string