Description on executes a command when a specified event is triggered. This can be useful for preparing to serve a site by running a script or starting a background process when the server starts, or for stopping it when the server exits. Each command that is executed is blocking, unless you suffix the command with a space and &, which will cause the command to be run in the background.