As the subject says, the Nextcloud server won’t start until I specifically run dietpi-services restart. Any idea why this is or how to fix it?
Thank you!
theChef613
I have a suspicion. You mean after boot Nextcloud is not reachable?
Can you please paste: systemctl status php7.3-fpm (I assume you use Lighttpd or Nginx as webserver)
And does dietpi-services restart hang a relatively long time on that service?
Hi, Thanks for your reply.
I’m using Nginx is my webserver (on a Raspberry Pi B+) when I run systemctl status php7.3-fpm i get the response: Failed to connect to bus: No such file or directory. The service doesn’t hang unusually long on the nextcloud service…
theChef613
Ah sorry systemctl requires root permissions, so run:
sudo systemctl status php7.3-fpm