#!/bin/sh [ -z "$PLESK_INSTALLER_DEBUG" ] || set -x [ -z "$PLESK_INSTALLER_STRICT_MODE" ] || set -e if [ "$1" = "remove" ]; then systemctl stop plesk-php74-fpm.service systemctl disable plesk-php74-fpm.service systemctl --system daemon-reload >/dev/null 2>&1 fi