Issue 2118: Gerrit Install Documentation Enhancement
Status:  ChangeUnderReview
Owner: ----
Reported by jdsaling...@gmail.com, Sep 10, 2013
In order to have Gerrit auto-start on reboot, the current documentation states:

 - (Optional) Link the gerrit.sh script into rc3.d so the daemon automatically starts and stops with the operating system:
 -
 - sudo ln -snf `pwd`/review_site/bin/gerrit.sh /etc/init.d/gerrit
 - sudo ln -snf /etc/init.d/gerrit /etc/rc3.d/S90gerrit


Additionally, the documentation should include:

 - Be sure to uncomment the following lines from /review_site/bin/gerrit.sh
 - chkconfig: 3 99 99
 - description: Gerrit Code Review
 - processname: gerrit


Thanks,

JD
Oct 23, 2013
Project Member #1 david.pu...@sonymobile.com
https://gerrit-review.googlesource.com/#/c/51185/
Status: ChangeUnderReview