Hi, everyone. At present, the back end of APISIX Dashboard's Manager API uses a go module to realize the built-in service daemon management. It is completely implemented by programming, which brings many use problems.
Now, we can remove this part of the code and use the native way of container or systemd to manage the lifecycle of the Manager API program. Here is my proposal [1]. Developers interested in it can review and participate in the discussion. [1] https://github.com/apache/apisix-dashboard/issues/2185 Best regards! Zeping Bai @bzp2010
