Skip to content

Commit

Permalink
Reworked args to work with authbind
Browse files Browse the repository at this point in the history
  • Loading branch information
zkhan committed Oct 26, 2011
1 parent 36b4390 commit 87397a8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions examples/cijoed
Expand Up @@ -10,16 +10,16 @@

. /lib/lsb/init-functions

REPO=/path/to/your/git/repository
PORT=4567
REPO=***************
PORT=80

NAME=cijoe
INSTALL_DIR=/usr/sbin
DAEMON=$INSTALL_DIR/$NAME
DAEMON_ARGS="-p $PORT $REPO"
INSTALL_DIR=/home/********/cijoe/bin
DAEMON=/usr/bin/authbind
DAEMON_ARGS="--deep $INSTALL_DIR/$NAME -p $PORT $REPO"
PIDFILE=/var/run/$NAME.pid
DAEMON_USER=www-data
DAEMON_GROUP=$DAEMON_USER
DAEMON_USER=******
DAEMON_GROUP=********

# test -f $DAEMON || exit 0
# test -f $PROJECT_DIR || exit 0
Expand Down

0 comments on commit 87397a8

Please sign in to comment.