Skip to main content
View SourceRelease Notes

Install Supervisord

This folder contains a script for installing the Supervisord, a process supervisor that can run on most *nix operating systems.

This script has been tested on the following operating systems:

  • Amazon Linux
  • Ubuntu

There is a good chance it will work on Debian, CentOS, and RHEL as well, but our automated testing for this module does not cover these other distros at the moment.

Quick start

The easiest way to use this module is with the Gruntwork Installer:

gruntwork-install \
--module-name "install-supervisord" \
--repo "https://github.com/gruntwork-io/terraform-aws-zookeeper" \
--tag "v0.0.4"

We recommend running this module as part of a Packer template to create an Amazon Machine Image (AMI) (see the zookeeper-ami example for a fully-working sample code).