From 9d1d6b135ae2258b2873168b7084b08136896280 Mon Sep 17 00:00:00 2001 From: Samuel Lai Date: Thu, 27 Feb 2014 22:02:04 +1100 Subject: [PATCH] Grrr. More textile issues. --- README.textile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.textile b/README.textile index f211f56..a0ea8d0 100644 --- a/README.textile +++ b/README.textile @@ -164,13 +164,13 @@ Another option is to use "Supervisor":http://supervisord.org/ with a simple conf bc.. [program:stackdump-solr] command=/path/to/stackdump/start_solr.sh priority=900 -user= +user=stackdump_user stdout_logfile=/path/to/stackdump/solr_stdout.log stderr_logfile=/path/to/stackdump/solr_stderr.log [program:stackdump-web] command=/path/to/stackdump/start_web.sh -user= +user=stackdump_user stdout_logfile=/path/to/stackdump/web_stdout.log stderr_logfile=/path/to/stackdump/web_stderr.log