You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have used this in the meantime to get things working.
I do not know upstart very well. Bellow is what I was trying at the time but it was not working correctly.
description "managed by Ansible for kong cluster"
author "foo"
env LANG=en_GB.UTF-8
start on runlevel [2345]
stop on runlevel [016]
setuid kong
console log
expect fork
script
exec kong start --conf "{{ kong_conf_dest }}"
end script
We should provide some sample upstart/monit scripts that will detect if any of the Kong services is down and bring the system back up.
The text was updated successfully, but these errors were encountered: