diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2018-01-15 11:05:07 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2018-01-15 11:05:07 +0000 |
commit | 696245ec359b1083886b558ef41f9fcae437a088 (patch) | |
tree | 7aace2ac6f5ca9a634751cb7ceafd14d6bec2d91 /doc/mdevd.html | |
parent | 3acfabcd1ae55e864601a6ce321bc3830cd57ddd (diff) | |
download | mdevd-696245ec359b1083886b558ef41f9fcae437a088.tar.xz |
Update examples
Diffstat (limited to 'doc/mdevd.html')
-rw-r--r-- | doc/mdevd.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/mdevd.html b/doc/mdevd.html index f5ae5ee..55d1456 100644 --- a/doc/mdevd.html +++ b/doc/mdevd.html @@ -128,7 +128,13 @@ nothing else. <ul> <li> The <tt>examples/</tt> subdirectory of the mdevd package contains -examples on how to run mdevd under various init systems / supervisors. </li> +examples on how to run mdevd under various init systems / supervisors. These +examples do not show how to run mdevd as a logged service, because mdevd +should normally be run early in the system's boot up sequence, before +mounting the disks - so the presence of a mounted partition suitable for +logging is not guaranteed. In normal use, mdevd is quite terse, so it +runs smoothly without a dedicated logger, with its error messages +going to the catch-all logger. </li> </ul> </body> |