Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Amazon Linux AMI (aka amazon linux 1) #631

Merged
merged 6 commits into from
Jul 30, 2020

Commits on Jul 26, 2020

  1. Add support for Amazon-AMI's upstart

    Investigating amazon-ami linux, it has both upstart and sysV. But, it's
    upstart seems to be slightly different. So, this plumbs in a new init
    flavor for it
    
    Because docker does not run init systems, this is easiest to test on ec2
    directionless committed Jul 26, 2020
    Configuration menu
    Copy the full SHA
    13b5cc8 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2020

  1. remove old

    directionless committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    7186119 View commit details
    Browse the repository at this point in the history
  2. merge upstart templates

    directionless committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    e00b294 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2020

  1. logging

    directionless committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    b370b4b View commit details
    Browse the repository at this point in the history
  2. logrotate

    directionless committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    3ab436f View commit details
    Browse the repository at this point in the history
  3. lint

    directionless committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    6c8692f View commit details
    Browse the repository at this point in the history