Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/config/network/connman.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ConnMan

Check failure on line 1 in src/config/network/connman.md

View workflow job for this annotation

GitHub Actions / Check formatting

Formatting Lint

File has improper formatting

[ConnMan(8)](https://man.voidlinux.org/connman.8) is a daemon that manages
network connections, is designed to be slim and to use as few resources as
Expand All @@ -11,6 +11,8 @@
[wpa_supplicant](./wpa_supplicant.md), or `wicd`. These services all control
network interface configuration, and interfere with each other.

Then, provide a system bus by enabling the `dbus` service. See [D-Bus](../session-management.md#d-bus) for more information.

Finally, enable the `connmand` service.
Copy link
Member

@classabbyamp classabbyamp Jan 25, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

instead of a new paragraph, we can just change this sentence (similar to other places in the handbook)

Suggested change
Finally, enable the `connmand` service.
Finally, enable the `dbus` and `connmand` services.


## Configuring ConnMan
Expand Down
Loading