Fog is a multitude of packages, but those packages have their own controllers. These controllers are designed in such a way that they handle their own startup and shutdown. Of course you can also start or shutdown or restart them as you see fit as well. The simplest way to shutdown is to type the command:
sudo poweroff or sudo shutdown -P now
To restart type:
sudo restart or sudo shutdown -r now