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
{{ message }}
This repository was archived by the owner on Apr 14, 2021. It is now read-only.
I've just started looking at Ramona, and one of the first things I wanted to do -- after getting a service up and running -- was enable the http frontend to see what that looked like.
I wasn't able to find any way of loading a new configuration into Ramona. There doesn't appear to be any sort of reload command, and trying the typical kill -HUP solution simple caused Ramona to exit, while leaving my service running (which of course prevented Ramona from subsequently starting it up until I killed it manually).
I also wasn't able to figure out how to cause the Ramona server to exit, other than by running ps, looking for the ramona server, and then kill it by pid.