#!/bin/bash if [ -f "/etc/systemd/system/multi-user.target.wants/fp2-php84-fpm.service" ]; then systemctl stop fp2-php84-fpm systemctl disable fp2-php84-fpm fi systemctl daemon-reload