How to ensure that there is a delay before a service is started in systemd? December 31, 2022 by Tarik You can run the sleep command before your ExecStart with ExecStartPre : [Service] ExecStartPre=/bin/sleep 30