diff options
author | Samuel Young <samyoung12788@gmail.com> | 2023-04-20 20:01:06 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-22 11:38:28 +0700 |
commit | 170ea043cd53e915cf7edfe9002c36ae5ae3a643 (patch) | |
tree | a6f803ed6db53a62821c288ed1cd2c788ba09b5f /network/connman/README | |
parent | 4b69eb46aa1971f30eeca8110a3a484576b1ead8 (diff) |
network/connman: Added (Connection management daemon)
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/connman/README')
-rw-r--r-- | network/connman/README | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/network/connman/README b/network/connman/README new file mode 100644 index 0000000000000..0110b8ad6d834 --- /dev/null +++ b/network/connman/README @@ -0,0 +1,22 @@ +connman (Connection management daemon) + +Connman provides a daemon for managing Internet connections. The +Connection Manager is designed to be slim and to use as few resources +as possible. It is fully modular system that can be extended through +plug-ins. The plug-in approach allows for easy adaption and +modification for various use cases. Connman implements DNS resolving +and caching, DHCP clients for both IPv4 and IPv6, link-local IPv4 +address handling and tethering (IP connection sharing) to clients via +USB, ethernet, WiFi, cellular and Bluetooth. + +To run connman on startup, add + /usr/sbin/connmand +to your /etc/rc.d/rc.local file. + +By default, this SlackBuild will build connman with support for iwd, +polkit, and nmcompat (NetworkManager compatibility interfaces). If +you wish to disable any of these, you may run the SlackBuild with +the DISABLE_IWD, DISABLE_POLKIT, and DISABLE_NMCOMPAT environment +variables set, e.g. + DISABLE_IWD=yes DISABLE_POLKIT=yes DISABLE_NMCOMPAT=yes \ + ./connman.SlackBuild |