When you log in to the Raspberry Pi:
sudo systemctl status monocle-gateway.service
If it is not running, you need to set it to autostart at boot:
sudo systemctl enable monocle-gateway.service
To start the service during this boot in case the status shows it is not started:
sudo systemctl start monocle-gateway.service
Hope that helps!