Local startup - command is not executed

Hello,
I am playing with ntopng which I ma starting with

daemonlogger -i br-lan -o veth-mon -d -l /srv/log

I tried to put it into /etc/rc.local, but after start it is not executed. If I run that later manually it works fine. Any hint where problem can be?

Maybe network is not up so early in boot process… you could add „sleep 60 && YOURCOMMAND“

EDIT: Append >> /var/log/XXX 2>&1 and see if you get any error message

Thanks, it was the case, I just needed to put there a bigger delay to give time to LXC container hosting ntopng.