FTL offline after reboot

I have the same issue;
After reboot or power down&up, the admin page shows FTL offline and Unable to connect API .

sudo -u pihole pihole-FTL 

is the solution however, I had to enter it to

sudo crontab -e 
@reboot ( sleep 30 && sudo -u pihole /usr/bin/pihole-FTL )

sleep 10 wouldnt work.
is there any option to overcome this issue?

Do not directly execute FTL, only use the service or systemctl commands.

sudo service pihole-FTL restart

On every reboot I have to execute this command. Is there any other solid solution?

What is the output of this command after restarting?

sudo service pihole-FTL status

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.