Solution for long Linux boots because of systemd services

AmigaOne X1000 platform specific issues related to Linux only.
Post Reply
User avatar
xeno74
Posts: 9349
Joined: Fri Mar 23, 2012 7:58 am

Solution for long Linux boots because of systemd services

Post by xeno74 »

Hi All,

Sometimes a systemd service has a big value for the variable "TimeoutStartSec" for example systemd's networking service. If systemd has a problem to raise up the network interfaces then the boot of a Linux system needs more time because systemd try to configure the network interfaces again till the TimeoutStartSec has reached the value. I set the variable "TimeoutStartSec" to 2 seconds and after a reboot the delay of initialisation of the network devices are gone.

Code: Select all

nano /etc/systemd/system/network-online.target.wants/networking.service

Code: Select all

TimeoutStartSec=2
Cheers,
Christian
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
Post Reply