You can use After in [Unit] section to define a service that should be started before your service starts. For example if you are using NetworkManager, you can make your service start after NetworkManager is started.
[Unit]
Description=test service
After=NetworkManager.service