summaryrefslogtreecommitdiff
path: root/lib/support/init.d
Commit message (Collapse)AuthorAgeFilesLines
* Init script changes for gitlab-workhorse in 8.4Jacob Vosmaer2016-01-212-3/+9
|
* Fix spelling of "it's" to "its" where appropriate.cafuego2015-12-242-7/+7
|
* Update init script options for gitlab-workhorseJacob Vosmaer2015-12-152-2/+3
|
* Check GitLab Workhorse status in init.d script when reporting all components ↵Stan Hu2015-12-041-1/+1
| | | | | | are up and running Closes https://github.com/gitlabhq/gitlabhq/issues/9869
* Switch to gitlab-workhorseJacob Vosmaer2015-10-292-41/+38
|
* Be more defensive when running 'kill'gitlab-git-http-serverJacob Vosmaer2015-08-311-1/+1
|
* Replace grack with gitlab-git-http-serverJacob Vosmaer2015-08-312-19/+65
|
* Fix init script for Reply by emailDouwe Maan2015-08-251-1/+1
|
* Fix init.d script.Douwe Maan2015-08-191-15/+15
|
* Fix lib/support/init.d/gitlab.Douwe Maan2015-08-191-20/+22
|
* Update init scripts.Douwe Maan2015-08-192-20/+84
|
* Use whoami instead of $USERAntonio Huete Jimenez2015-06-191-1/+1
| | | - Use whoami instead of relying on the existence of $USER enviroment variable which is not always present
* Improve comments for shell_pathDrunkard Zhang2015-05-041-3/+2
|
* Specify shell while run me as git userDrunkard Zhang2015-02-042-1/+8
| | | | | | | | Some users disabled "git" user's shell after finished installation, this will lead to "This account is currently not available" and could not run /etc/init.d/gitlab, this dirty trick fix it. Signed-off-by: Drunkard Zhang <gongfan193@gmail.com>
* Merge pull request #6986 from agjmills/masterDmitriy Zaporozhets2014-05-301-0/+1
|\ | | | | added SYSV chkconfig property so gitlab starts after MySQLd / nginx
| * added SYSV chkconfig property so gitlab starts after MySQLd / nginxAlexander Mills2014-05-161-0/+1
| |
* | Move from script to bin directory.Marin Jankovski2014-05-271-6/+6
|/
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2014-03-271-5/+5
|\
| * Merge branch 'bugfix/fix_unicorn-sidekiq_confusion_in_gitlab_init_script' ↵Jacob Vosmaer2014-03-261-5/+5
| |\ | | | | | | | | | | | | | | | | | | | | | into 'master' Fix Unicorn-Sidekiq Confusion In GitLab Init Script This merge request fixes issue #126 by updating a few sections of the included GitLab init file where Unicorn was referred to as Sidekiq and vice-versa.
| | * Fixed Unicorn-Sidekiq confusion in GitLab init script.Kyle Fazzari2014-03-081-5/+5
| | | | | | | | | | | | | | | | | | | | | There were a few places in the included init script where Unicorn was referred to as Sidekiq and vice-versa. This fixes #126.
* | | Merge pull request #6222 from nickryand/background_initJacob Vosmaer2014-03-261-1/+1
|\ \ \ | | | | | | | | Removed the backgrounding of the unicorn_rails startup scripts
| * | | Removed the backgrounding of the unicorn_rails webapp start call.Nick Downs2014-03-251-1/+1
| |/ /
* | | Init script - change start() stop() restart() reload() to xxxx_gitlab()Pawel Krzaczkowski2014-03-261-10/+10
|/ /
* | Merge pull request #5935 from nmoura/patch-1Jacob Vosmaer2014-03-251-1/+1
|\ \ | |/ |/| Changed sudo by su -c in init script
| * Changed sudo by su -cNilton Moura2013-12-261-1/+1
| | | | | | | | | | The sudo command needs a tty to run. If you put this file on a CentOS 6, for example, it will not run in the host startup process. Instead, the 'su -c' runs the command apart if it has or not a tty. I tested this change in a fresh install of gitlab on a CentOS 6.5 with successful.
* | Remove version since we don't keep it up to date.dosire2014-01-231-1/+0
| |
* | Update the init.d file to the correct locationof the example defaults fileArif Ali2014-01-082-1/+18
|/ | | | Update the example defaults, include the rest of he variables
* Added example defaults file and appropriate documentation.Rovanion Luckey2013-12-092-7/+27
|
* Read configuration variable file if it is presentPiotr Roszatycki2013-10-291-0/+2
|
* Report application status through init exit codeJacob Vosmaer2013-10-251-0/+8
|
* Updated the init script, now waits for pidsRovanion Luckey2013-10-241-39/+65
|
* Move unicorn and sidekiq commands into bash scriptJacob Vosmaer2013-10-151-7/+6
|
* Use sidekiq restart rake task in init scriptJacob Vosmaer2013-10-091-3/+1
|
* Run stopping commands in the foregroundJacob Vosmaer2013-10-071-2/+2
|
* Fixed grammatical mistake in init.d status output.Zane Shannon2013-09-261-1/+1
| | | "its" not "it's".
* -i flag allows sudo to work for git users using rvm that is not being used byJeff '2 bits' Bachtel2013-09-061-1/+1
| | | | root user (su might be better)
* Made script path flexibleRovanion2013-09-031-1/+1
|
* Restart works again, grammar mistakes corrected.Rovanion2013-08-291-5/+16
|
* Fixed failure to stop and added handling of failure to remove stale pidRovanion2013-08-281-7/+17
|
* Corrections suggested by jacobvosmaerRovanion2013-08-281-8/+15
|
* Changes recommended by @axilleasRovanion2013-08-271-5/+5
|
* Rewrote init script.Rovanion2013-08-271-78/+174
|
* Fix the `service gitlab restart` commandJacob Vosmaer2013-08-231-1/+1
| | | | | | | This commit addresses two related issues: - Sidekiq should shut down completely before we restart it; - If we restart unicorn with USR2 we need to kill the old master and worker processes.
* Fix confusing situation where install guide told you to install init.d ↵Sytse Sijbrandij2013-08-192-148/+8
| | | | script for puma.
* Merge branch 'master' into 6-0-devDmitriy Zaporozhets2013-07-121-3/+5
|\ | | | | | | | | Conflicts: VERSION
| * Removal of gitlab.socket should be in stop function too. Fix #4313Axilleas Pipinellis2013-07-121-3/+5
| |
* | Fix unicorn init and configDmitriy Zaporozhets2013-07-081-1/+1
| |
* | init.d script for unicornDmitriy Zaporozhets2013-07-081-0/+138
|/
* When stopped correctly there should be no warning about a missing socket file.Sytse Sijbrandij2013-06-121-1/+1
|
* init.d: Ensure socket is removed before starting serviceDmitriy Zaporozhets2013-05-281-1/+3
|