Bug ID | 1172684 |
---|---|
Summary | wicked boot time optimization |
Classification | openSUSE |
Product | openSUSE Tumbleweed |
Version | Current |
Hardware | Other |
OS | Other |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | Network |
Assignee | wicked-maintainers@suse.de |
Reporter | lnussel@suse.com |
QA Contact | qa-bugs@suse.de |
Found By | --- |
Blocker | --- |
Following modification improves boot time by not blocking services that do not actually need network to be up: /etc/systemd/system/network.service -> /usr/lib/systemd/system/wickedd.service /etc/systemd/system/network-online.target.wants: wicked.service -> /usr/lib/systemd/system/wicked.service /etc/systemd/system/network.target.wants: wickedd.service -> /usr/lib/systemd/system/wickedd.service /etc/systemd/system/wickedd.service.wants: wicked.service -> /usr/lib/systemd/system/wicked.service That way network.target only brings up wickedd which in turn triggers wicked aka ifup in the background.