11-01-2023, 09:13 AM
(09-29-2023, 03:33 AM)Jerry link Wrote: Made my boot times from 1 minute, to a few seconds:
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.
Hello.
I am sorry to say this, but i don't know how to work with the xce Terminal for do this.
I only can do the command line "sudo systemctl edit --full systemd-networkd-wait-online.service" and after this, i tried to replace the line "ExecStart=/lib/systemd/systemd-networkd-wait-online" changing it to "ExecStart=/lib/systemd/systemd-networkd-wait-online --timeout=5" but without success beause I do not know how to save the command line.
Can you explain me step by step in basic steps how can I do this?
Thank you very much!
Regards!