diff --git a/pages/user_documentation.rst b/pages/user_documentation.rst index e1c4452b..dbbb72ca 100644 --- a/pages/user_documentation.rst +++ b/pages/user_documentation.rst @@ -671,3 +671,9 @@ PAM Authentication The PAM authentication module relies on `the pam module `_, and thus only works with 2.x versions of Python. + +Daemon Mode +----------- + +The daemon mode relies on forks, and thus only works on Unix-like OSes +(incuding Linux, OS X, *BSD).