summaryrefslogtreecommitdiffstats
path: root/core/modules/slx-network-configs-targets
Commit message (Collapse)AuthorAgeFilesLines
* Add more log output to a couple of systemd startup scriptsSimon Rettberg2023-07-271-0/+6
|
* [dhcpc-busybox] Don't wait for dhcp on br0 anymoreSimon Rettberg2023-02-033-26/+0Star
| | | | | | | | | We did this to avoid issues if the hostname changes after Xorg started up. But sometimes, DHCP is really slow, and we delay the startup of the login screen by a good 10 seconds. Avoid this by instead just touching the flag file that prevents the udhcpc trigger script from changing the hostname. Running with a potentially wrong hostname should be an acceptable tradeoff.
* Implement blocking network.target and network-online.targetSimon Rettberg2021-08-119-0/+71
Add two services that will delay reaching the according targets, until conditions we consider reasonable are reached. For network.target that is finishing DHCP for the primary interface, for network-online.target we want to see a default gateway or a proxy server configured. Both have a timeout of about 10 seconds for now; this might be increased later on, if necessary.