From 59a7bd0169d69a2eb5e122ad8b98e097264aa354 Mon Sep 17 00:00:00 2001 From: kenshinx Date: Wed, 21 Aug 2013 11:37:28 +0800 Subject: [PATCH] supervisord deployment --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 0fe4854..760b16e 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,24 @@ screenshot +## Deployment + +Deployment in productive supervisord highly recommended. + +``` + +[program:godns] +command=/usr/local/bin/godns -c /etc/godns.conf +autostart=true +autorestart=true +user=root +stdout_logfile_maxbytes = 50MB +stdoiut_logfile_backups = 20 +stdout_logfile = /var/log/godns.log + +``` + + ## TODO * The redis cache backend