Here's an example. I have a SonarQube service that depends on my MySQL database service. So, I set the MySQL service to automatic to get the database up and running when the machine boots. I have the SonarQube service set to the automatic (delayed) start to make sure it starts up AFTER the database service it depends upon is started.