소스 검색

Updated user manual

Sergey Lyubka 12 년 전
부모
커밋
74c099fe63
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      UserManual.md

+ 1 - 1
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
 --------------------