Hello,
trying to improve the boot-up time for a headless Raspberry Pi setup. When calling "systemd-analyze blame" I can see nectcfg service taking about 9s. I'm using a dhcp based ethernet connection. Is this value reasonable? If I'll only use eth0 connections (i.e. no wireless etc.) is there a way to reduce this time.
$this->bbcode_second_pass_code('', '
8744ms netcfg@ethernet-eth0.service
1356ms systemd-vconsole-setup.service
968ms systemd-udev-trigger.service
774ms systemd-logind.service
703ms avahi-daemon.service
653ms systemd-journal-flush.service
584ms systemd-modules-load.service
296ms systemd-udevd.service
268ms dev-mqueue.mount
237ms systemd-sysctl.service
230ms systemd-remount-fs.service
184ms sys-kernel-debug.mount
176ms tmp.mount
140ms systemd-random-seed-load.service
132ms systemd-user-sessions.service
108ms systemd-tmpfiles-setup.service
93ms boot.mount
73ms sys-kernel-config.mount
25ms systemd-tmpfiles-clean.service
')