|
Size: 724
Comment: formatting tweaks
|
← Revision 3 as of 2019-12-14 10:39:29 ⇥
Size: 730
Comment: fix link
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 5: | Line 5: |
| This is useful, for example, for servers, or systems that rely on networked file systems, but it might not be the best default for a personal laptop, or a [[http://localhost:8000/blog/2019/himblick/x-autologin|media player]]. | This is useful, for example, for servers, or systems that rely on networked file systems, but it might not be the best default for a personal laptop, or a [[https://www.enricozini.org/blog/2019/himblick/x-autologin/|media player]]. |
HOWTO: do not wait for network to be online at boot
By default, systemd-networkd waits for the network to be online before continuing boot, using the systemd-networkd-wait-online.service.
This is useful, for example, for servers, or systems that rely on networked file systems, but it might not be the best default for a personal laptop, or a media player.
To disable this feature, disable or mask systemd-networkd-wait-online:
systemctl disable systemd-networkd-wait-online.service
