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