Skip to content

Commit

Permalink
Move default cli option to droonga-engine.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
long-long-float committed Sep 2, 2014
1 parent dc0e671 commit 8ed9375
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion script/droonga-engine
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ DESC="Droonga engine is a core component in Droonga system"
NAME=droonga-engine
DAEMON=`which droonga-engine`
DROONGA_BASE_DIR=/home/droonga-engine/droonga
DAEMON_ARGS="--daemon --log-file=$DROONGA_BASE_DIR/droonga-engine.log --pid-file=$DROONGA_BASE_DIR/droonga-engine.pid"
DAEMON_ARGS=""
PIDFILE=/var/run/$NAME.pid
SCRIPTNAME=/etc/init.d/$NAME

Expand Down
7 changes: 7 additions & 0 deletions script/droonga-engine.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
host:
port:
tag:
daemon: true
pid_file: /home/droonga-engine/droonga/droonga-engine.pid
log_file: /home/droonga-engine/droonga/droonga-engine.log
log_level: trace

0 comments on commit 8ed9375

Please sign in to comment.