1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-07-05 17:08:29 +00:00

Advertise about the daemon mode only available for Unix

This commit is contained in:
Guillaume Ayoub 2012-08-31 17:47:04 +02:00
parent 73b0cf4494
commit 966773f826

View file

@ -671,3 +671,9 @@ PAM Authentication
The PAM authentication module relies on `the pam module The PAM authentication module relies on `the pam module
<http://atlee.ca/software/pam/>`_, and thus only works with 2.x versions of <http://atlee.ca/software/pam/>`_, and thus only works with 2.x versions of
Python. Python.
Daemon Mode
-----------
The daemon mode relies on forks, and thus only works on Unix-like OSes
(incuding Linux, OS X, *BSD).