Service does not start after apt upgrade

root@DietPi:~# dietpi-services
[FAILED] DietPi-Services | restart : php7.3-fpm

What do I have to do?
Thank you very much.

Hi,

you would need to check why the service is failing

systemctl restart php7.3-fpm.service
systemctl status php7.3-fpm.service
journalctl -u php7.3-fpm.service
cat /var/log/php7.3-fpm.log

I ran restore and repeated apt upgrade, this fixed the error.
Thanks for the great support.