#!/bin/bash

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