Yuriy Zhilovets 2 years ago
parent
commit
e527c516e3
2 changed files with 2 additions and 2 deletions
  1. 1 1
      djinn.pl
  2. 1 1
      start

+ 1 - 1
djinn.pl

@@ -26,7 +26,7 @@ use darsan_client;
 use commands;
 
 my $NAME = "djinn";
-my $confdir = "config/".app->mode;
+my $confdir = app->home.'/config/'.app->mode;
 
 use rabbit_async_rec;
 

+ 1 - 1
start

@@ -9,7 +9,7 @@ then
   exit 1
 fi
 
-cd /var/opt/minion
+cd /var/opt/djinn
 ./djinn.pl daemon --mode $MODE --listen http://127.0.0.1:2217