From 74c099fe637dda88703ce57f106f2642c8a8f42e Mon Sep 17 00:00:00 2001
From: Sergey Lyubka <valenok@gmail.com>
Date: Fri, 4 Jan 2013 21:04:54 +0000
Subject: [PATCH] Updated user manual

---
 UserManual.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/UserManual.md b/UserManual.md
index 611d540d3..4a2c22b8b 100644
--- a/UserManual.md
+++ b/UserManual.md
@@ -49,7 +49,7 @@ Usage Examples
   [http://localhost:8080](http://localhost:8080) in any browser.
 - How to start mongoose at UNIX startup time in daemon mode, serving
   directory `/var/www`: put this line in the system startup script,
-  `nohup /path/to/mongoose -listening_ports 80 -document_root /var/www`
+  `/path/to/mongoose -listening_ports 80 -document_root /var/www &`
 
 Command Line Options
 --------------------
-- 
GitLab