Skip to content

Commit

Permalink
added another log message when about to start
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Werkmeister committed May 13, 2014
1 parent 9b39b15 commit 7a1ac9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions start-production
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ if [ -f ${PID_FILE} ];then
fi
fi

echo "starting time-tracker ..."
sudo chown $USER target/universal/stage/bin/time-tracker
sudo -u $USER bash -c "target/universal/stage/bin/time-tracker -Dconfig.file=conf/application_production.conf -Dmongodb.db="time-tracker" -Dhttp.port=12000 -Dpidfile.path=/var/lib/time-tracker/RUNNING_PID >> /var/log/time-tracker/timetracker.log&"

0 comments on commit 7a1ac9b

Please sign in to comment.