aaP_demo1 On my CentOS 9, the project services stopped unexpectedly after a server restart or panel reload. Can you help me where I can make it automatically restart the service after server reboot or panel reload?
aaPanel_Kern Hello, it may be caused by the server not starting successfully after restarting. You can use Cron to write a check whether to run? Start it if it is not running aaP_demo1
aaP_demo1 aaPanel_Kern Actually, my VPS running on a container. I rebooted from panel and after, the panel stopped unless I command sudo bt 1 from terminal, then login to panel then some services still stopped. I have to manually start it once again.
aaP_demo1 aaPanel_Kern So, what should I running cron to start the python project or rabbitmq-server everytime the OS is reboot? using systemd or cron?
aaPanel_Kern You can try it, we have not fully tested the docker container installation aapanel aaP_demo1