09-29-2023, 03:33 AM
Made my boot times from 1 minute, to a few seconds:
change:
to:
reboot.
Fix is specific ONLY to this systemd service.
Code:
sudo systemctl edit --full systemd-networkd-wait-online.servicechange:
Code:
ExecStart=/lib/systemd/systemd-networkd-wait-onlineto:
Code:
ExecStart=/lib/systemd/systemd-networkd-wait-online --timeout=5reboot.
Fix is specific ONLY to this systemd service.
Download your free copy of Linux Lite today.
Jerry Bezencon
Linux Lite Creator
"Do not correct a fool, or he will hate you; correct a wise man and he will appreciate you."
![[Image: X5qGkCg.png]](https://imgur.com/X5qGkCg.png)
Jerry Bezencon
Linux Lite Creator
"Do not correct a fool, or he will hate you; correct a wise man and he will appreciate you."
![[Image: X5qGkCg.png]](https://imgur.com/X5qGkCg.png)

