-
-
Notifications
You must be signed in to change notification settings - Fork 291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove network-online.target as a systemd-service dependency for the sake of boot time? #739
Comments
I would agree with you on this one, as I can't remember why exactly was this change made.
I would encourage you to give it a try and contribute to the project and you will be credited for your work as part of future release. |
@kevinywlui I just pushed changes which remove network-online.target as a systemd-service in order to increase boot time. |
* added the abilty to ignore certain power supplies * changed config file for ignoring power supplies * updated exapmle config file for ignoring power supplies * updated docs with ignoring power supplies * Update README.md Update image URL's * Add support for setting "Platform Profile" (#752) * Add support for setting "Platform Profile" * Add reference for Platform Profile * Fix unsafe access to PATH (#756) * Fix unsafe access to PATH * Fix leading separator if PATH is empty * Unpin psutil and requests (#759) * Remove network-online.target as a systemd-service dependency (improve boot time). Closes: #739 * minor grammer correction. * removed wonky file --------- Co-authored-by: Adnan Hodzic <[email protected]> Co-authored-by: Harsh Panchal <[email protected]> Co-authored-by: BowDown097 <[email protected]> Co-authored-by: shadeyg56 <[email protected]>
Fill out information requested in this template, without doing so issue will be ignored & closed!
Have you tried?
Yes. I tried to keyword match against network.target network-online.target
Error output:
System information:
Add/paste output of:
Skipped this since this seem unrelated to the core issue.
Also please be descriptive about the issue you're reporting, i.e: what you tried & what's the expected behaviour.
The main question of this Issue is whether we can remove the dependency from auto-cpufreq.service onto network-online.target. This systemd target blocks until network connectivity which can take several seconds. I do not believe auto-cpufreq uses the network so I believe this dependency can be removed. The blame history points at 84e0c6c but I didn't find additional information.
The text was updated successfully, but these errors were encountered: