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.service
change:
Code:
ExecStart=/lib/systemd/systemd-networkd-wait-online
to:
Code:
ExecStart=/lib/systemd/systemd-networkd-wait-online --timeout=5
reboot.
Fix is specific ONLY to this systemd service.