hashicorp / terraform-google-consul

A Terraform Module for how to run Consul on Google Cloud using Terraform and Packer
Apache License 2.0
94 stars 90 forks source link

Migrate from supervosrd to systemd #16

Closed josh-padnick closed 4 years ago

josh-padnick commented 6 years ago

Now that Amazon Linux 2 is nearly GA, all major Linux distros now use systemd as the init system. As a result, our use of supervisor to run Consul is a bit outdated. Therefore, we should switch from supervisord to running Consul with systemd.

robmorgan commented 4 years ago

I've switched to running Consul (and stopping Consul) with systemd in #55. I'm going to close out this issue.