From bdc86a6d8f5f4e8bb221dc0f6735d4af6aebfc8f Mon Sep 17 00:00:00 2001 From: kakwa Date: Wed, 6 Jul 2016 21:58:58 +0200 Subject: [PATCH] adding documention for -D switch --- docs/deploy.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/deploy.rst b/docs/deploy.rst index aa16bc0..44fd3e5 100644 --- a/docs/deploy.rst +++ b/docs/deploy.rst @@ -21,9 +21,12 @@ LdapCherry is launched using the internal cherrypy server: # ldapcherryd help $ ldapcherryd -h - # launching ldapcherryd in the forground + # launching ldapcherryd in the foreground $ ldapcherryd -c /etc/ldapcherry/ldapcherry.ini + # launching ldapcherryd in the foreground in debug mode + $ ldapcherryd -c /etc/ldapcherry/ldapcherry.ini -D + # launching ldapcherryd as a daemon $ ldapcherryd -c /etc/ldapcherry/ldapcherry.ini -p /var/run/ldapcherry/ldapcherry.pid -d