From 989240e7a20a8e42ba9ab62c7d64a1e8700b58b4 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 21 Mar 2015 15:42:05 +0100 Subject: fix pid file --- index.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.pl b/index.pl index 8102f27..e3a0f12 100644 --- a/index.pl +++ b/index.pl @@ -629,7 +629,7 @@ app->config( hypnotoad => { accepts => 10, listen => ['http://*:8093'], - pid_file => '/tmp/db-fake.pid', + pid_file => '/tmp/dbdb.pid', workers => $ENV{DBDB_WORKERS} // 2, }, ); -- cgit v1.2.3