summaryrefslogtreecommitdiffstats
path: root/docs/NETWORK_ONLINE.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "docs: use collections to structure the data"Zbigniew Jędrzejewski-Szmek2024-02-231-0/+263
| | | | | | | | | This reverts commit 5e8ff010a1436d33bbf3c108335af6e0b4ff7a2a. This broke all the URLs, we can't have that. (And actually, we probably don't _want_ to make the change either. It's nicer to have all the pages in one directory, so one doesn't have to figure out to which collection the page belongs.)
* docs: use collections to structure the datahulkoba2024-02-221-263/+0
|
* docs/NETWORK_ONLINE: Use `until` instead of `while !`Gioele Barabucci2023-08-141-1/+1
| | | | | `until` is the standard POSIX shell builtin to be used when waiting for a condition to appear.
* docs/NETWORK_ONLINE: Move `Type=`, `RemainAfterExit=` to `[Service]`Gioele Barabucci2023-08-141-2/+2
| | | | | | `Type=` and `RemainAfterExit=` belong in `[Service]`, not `[Unit]`. Fixes #28826
* tree-wide: fix typos reported by Fossies Codespell reportYu Watanabe2023-07-121-1/+1
|
* doc: correct wrong use "'s" contractionsJan Engelhardt2023-03-071-1/+1
|
* treewide: fix a few typos in NEWS, docs and commentsDmitry V. Levin2023-02-151-1/+1
|
* tree-wide: fix typo and comment style updateYu Watanabe2023-02-151-1/+1
|
* docs/NETWORK_ONLINE: fix exampleGeert Lorang2023-02-081-0/+2
| | | | | | | Type=oneshot is necessary for systemd to actually wait for the service to return. With RemainAfterExit=yes it won't be started again. Fixes #26342.
* docs/NETWORK_ONLINE: systemd.network hyperlink fixSarah Brofeldt2022-09-281-1/+1
|
* docs: normalize uppercasing of titles of network docLennart Poettering2022-07-051-1/+1
|
* docs: move some stuff into "Networking" sectionLennart Poettering2022-07-051-1/+1
| | | | | | The "Networking" section has a lonely single document listed right now, even though the "Concepts" section has two more network related docs. Move them over, let's end this loneliness.
* Use https for freedesktop.orgMichael Biebl2022-06-281-5/+5
| | | | grep -l -r http:// | xargs sed -E -i s'#http://(.*).freedesktop.org#https://\1.freedesktop.org#'
* doc: fix typoYu Watanabe2022-05-181-3/+3
|
* docs: say how to delay network-online.targetZbigniew Jędrzejewski-Szmek2022-05-171-0/+35
| | | | | | Could be related to https://access.redhat.com/solutions/4879291. Unfortunately I can't access this page, but the title seems relevant.
* docs: copy the page about network-online.target from the wikiZbigniew Jędrzejewski-Szmek2022-05-171-0/+226
From https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget/. I changed the order in the page, but didn't change the text too much. Now the discussion of the different targets is at the top, and they are ordered like during boot (network-pre.target first, then network.target, and network-online.target last). The parts about LSB and $network are pushed down a bit. I think it is still useful to have them, but not as the main entry point into the discussion. I tried to clean up the grammar and wording a bit. One meanigful change is that we now don't say that network-online.target means interfaces are up and IP addresses have been assigned. In other places we were saying that the actual implementation is provided by NetworkManager-wait-online.service, so the actual meaning is not under our control. The text is changed to say "usually". The last paragraph is new, I think it's good to say that "dnf-makecache.service" is fine to use "network-online.target".