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