HenryGP / om_ansible

Minimalistic, disposable Ops Manager environment with Ansible
19 stars 17 forks source link

add a forking type so that the Application Database keeps running after forking #96

Closed karl-denby closed 1 year ago

karl-denby commented 1 year ago

This fixes the Application Database failing to continue running. Once started it exits with code 0 because systemd keeps telling it to terminate. When we tell systemd that mongod will fork, it no longer does this.