If you want to delay a service starting for a defined time, the following is what you need:
[Service]
ExecStartPre=/bin/sleep 10
If you want to delay a service starting for a defined time, the following is what you need:
[Service]
ExecStartPre=/bin/sleep 10