From 8d0ad065659d5f4e604267113180a3d24384a6a8 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 9 Sep 2020 15:43:17 +0000 Subject: Add comparison to mdev -d --- doc/index.html | 40 ++++++++++++++++++++++++++++++++++++++++ doc/mdevd.html | 3 +++ 2 files changed, 43 insertions(+) (limited to 'doc') diff --git a/doc/index.html b/doc/index.html index f78398f..50ff20d 100644 --- a/doc/index.html +++ b/doc/index.html @@ -42,6 +42,46 @@ entirely compatible with advanced mdev usage such as mdev-like-a-boss.

+ +

Comparison with mdev -d

+
+ +

+ Recent versions of mdev +have a -d option that allow it to run as a daemon. However, +mdevd still has advantages over mdev -d: +

+ + +

Installation

diff --git a/doc/mdevd.html b/doc/mdevd.html index 4e68356..911b770 100644 --- a/doc/mdevd.html +++ b/doc/mdevd.html @@ -41,6 +41,9 @@ a daemon: it's long-lived, and there is only one instance, reading a series of uevents and performing actions without forking; the configuration file is read and parsed only once. +
  • Even when mdev is run as a daemon (via the recent -d +option), there are technical advantages +to running mdevd over mdev.
  • Interface

    -- cgit v1.2.3