File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1919 - Fixed bug with adding new local users with external authentication
2020 - Fixed missing clone url on the empty repository page
2121 - Fixed incorrect tagger in the dashboard pages (issue-276)
22- changes:
22+ - Fixed Ubuntu service script for LSB compliance
23+ - Inserted "sleep 5" in Ubuntu & Centos bash script for service restart
24+ changes:
2325 - updated Chinese translation
2426 - updated Dutch translation
2527 - updated Spanish translation
4143 - Dongsu, KIM
4244 - Gareth Collins
4345 - Rafael Cavazin
46+ - Tamás Papp
47+ - Florian Zschocke
4448}
4549
4650#
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ case "$1" in
3939
4040 force-reload|restart)
4141 $0 stop
42+ sleep 5
4243 $0 start
4344 ;;
4445
Original file line number Diff line number Diff line change 11#! /bin/bash
2- # chkconfig: 3 21 91
3- # Source function library.
2+ # ## BEGIN INIT INFO
3+ # Provides: gitblit
4+ # Required-Start: $remote_fs $syslog $network
5+ # Required-Stop: $remote_fs $syslog $network
6+ # Default-Start: 2 3 4 5
7+ # Default-Stop: 0 1 6
8+ # Short-Description: Gitblit repository server
9+ # Description: Gitblit is a stand-alone service for managing, viewing and serving Git repositories.
10+ # ## END INIT INFO
11+
412. /lib/init/vars.sh
513. /lib/lsb/init-functions
614
@@ -36,6 +44,7 @@ case "$1" in
3644
3745 force-reload|restart)
3846 $0 stop
47+ sleep 5
3948 $0 start
4049 ;;
4150
You can’t perform that action at this time.
0 commit comments