about summary refs log tree commit homepage
path: root/examples
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-03-18 08:58:25 +0000
committerEric Wong <normalperson@yhbt.net>2011-03-18 09:06:13 +0000
commit7c7e34dab18331082fe7b703b9bbdd40ea5bcbf6 (patch)
tree18ac46da664fadb2d363d1ef81113895d2bae9d3 /examples
parent734133e15620584618df49e76ecabd7c28c72444 (diff)
downloadraindrops-7c7e34dab18331082fe7b703b9bbdd40ea5bcbf6.tar.gz
Zbatery sucks at user switching + USR2+QUIT reloads
Diffstat (limited to 'examples')
-rw-r--r--examples/zbatery.conf.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/zbatery.conf.rb b/examples/zbatery.conf.rb
index 8c78ce4..8a1e0c8 100644
--- a/examples/zbatery.conf.rb
+++ b/examples/zbatery.conf.rb
@@ -8,6 +8,6 @@ log_dir = "/var/log/zbatery"
 if File.writable?(log_dir) && File.directory?(log_dir)
   stderr_path "#{log_dir}/raindrops-demo.stderr.log"
   stdout_path "#{log_dir}/raindrops-demo.stdout.log"
-  user "www-data", "www-data"
   listen "/tmp/.raindrops"
+  pid "/tmp/.raindrops.pid"
 end