I have several Java applications that starts at boot but these creates a heavy load on boot, so I was wondering if there is a way (or more ways) to delay the startup for these services, with different delay for each service?
Regards,
BTJ
# systemctl edit name_of_system.unit
[Service]
ExecStartPre=/bin/sleep 30
Return to System configuration
Users browsing this forum: No registered users and 9 guests