mirror of
https://github.com/DeBrosOfficial/network.git
synced 2025-12-12 22:58:49 +00:00
- Introduced a new `stop` target in the Makefile for graceful shutdown of development services, improving user experience during service management. - Updated the `stopProcess` method in the ProcessManager to check if a process is running before attempting to stop it, enhancing reliability. - Improved the shutdown logic to wait for a graceful shutdown before forcefully killing processes, providing clearer logging on the shutdown status. - Enhanced the `dev-kill-all.sh` script to specifically target debros-related processes and improve the cleanup of PID files, ensuring a more thorough shutdown process.