akrami how to disable auto start for some services installed by aaPanel? i have installed Redis and Memcached i do not want Redis to auto start i just need to start it manually when i needed also i have installed php74 php82 php83 but i only need php82 and no need for other php versions to start automatically. in short i need my services status to be like that image when i restart my server
aaPanel_Kern Hello, different system setting commands are different. Please refer to the following to disable redis startup. chkconfig --del redis update-rc.d redis remove systemctl disable redis akrami
akrami this works for me: systemctl disable redis systemctl disable php-fpm-74 systemctl disable php-fpm-83 systemctl stop redis systemctl stop php-fpm-74 systemctl stop php-fpm-83