summaryrefslogtreecommitdiff
path: root/src/nm-online/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/nm-online/README.md')
-rw-r--r--src/nm-online/README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/nm-online/README.md b/src/nm-online/README.md
new file mode 100644
index 0000000000..eaa909f717
--- /dev/null
+++ b/src/nm-online/README.md
@@ -0,0 +1,14 @@
+nm-online
+=========
+
+A small NetworkManager client that blocks until
+NetworkManager is done configuring the interfaces.
+
+This is not very useful to the end user. It is used
+by `NetworkManager-wait-online.service` to determine
+when NetworkManager is done with startup.
+
+See:
+
+- `man 1 nm-online` ([[www]](https://networkmanager.dev/docs/api/latest/nm-online.html))
+- `systemctl cat NetworkManager-wait-online.service`