summaryrefslogtreecommitdiff
path: root/lib/support/init.d
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-12-131-5/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-11-151-2/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-08-182-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-05-271-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-05-221-16/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-05-191-4/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-02-031-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-05-251-28/+28
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-05-221-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-05-151-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-212-13/+15
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-021-4/+9
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-172-6/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-111-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-071-1/+1
|
* Fix incorrect web server parameter in init.d scriptMohammad Alhashash2019-07-241-4/+11
| | | | | | Environment variable USE_WEB_SERVER should have the value of the selected webserver when calling bin/web startup script. Fixes #65008
* Replace Unicorn with web server in the init.d script [ci skip]Dmitriy Zaporozhets2019-05-172-18/+22
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Invalid variableSemen Romanov2017-08-011-3/+3
|
* Enable Gitaly by default in GitLab 9.3Jacob Vosmaer2017-05-302-2/+2
|
* Duplicate gitaly init variables in 'default' fileJacob Vosmaer2017-05-261-0/+2
| | | | | | | This is needed because these variables depend (directly or indirectly) on the 'app_root' variable which can be changed in the default file. If app_root has a non-standard value, the value of e.g. gitaly_dir generated in the init script becomes invalid.
* Use config.toml to configure GitalyJacob Vosmaer2017-04-061-2/+1
|
* Add gitaly source installation instructionsJacob Vosmaer2017-03-212-8/+63
|
* The GitLab Pages external-http and external-https arguments can be specified ↵Nick Thomas2017-03-081-2/+2
| | | | multiple times
* Fix syntax error in init.d/gitlab after Pages -> CEDrew Blessing2017-02-071-1/+1
| | | Cherry-picked ‘Fix syntax error in conditional statement’
* Add missing gitlab-pages related vars in init.d/gitlabAchilleas Pipinellis2017-01-311-2/+2
|
* chmod 644 gitlab.default.exampleAchilleas Pipinellis2017-01-311-0/+0
| | | | No need to be executable since it is sourced in /etc/init.d/gitlab
* Set pages daemon to falseAchilleas Pipinellis2017-01-311-5/+5
|
* Add missing variables for gitlab-pagesAchilleas Pipinellis2017-01-311-0/+5
| | | | [ci skip]
* Change the pages daemon proxy listen port to 8090Achilleas Pipinellis2017-01-311-1/+1
| | | | So as to be consistent with what is set in Omnibus
* Add init scripts for GitLab Pages daemonAchilleas Pipinellis2017-01-312-7/+78
|
* Replace gitlab-workhorse with GitLab Workhorse where appropriateinitd_gitlab_workhorse_renameAchilleas Pipinellis2016-04-281-6/+6
|
* Merge branch 'doc_relative_url' into 'master' Achilleas Pipinellis2016-02-101-4/+9
|\ | | | | | | | | | | | | Add documentation on relative URL support closes #12773 See merge request !2770
| * Edit configuration files for relative URL supportAchilleas Pipinellis2016-02-091-4/+9
| | | | | | | | [ci skip]
* | Merge branch 'fix-init' into 'master' Rémy Coutable2016-02-081-1/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed init.d script not working on OS X -s flag of su doesn't work correctly on OS X, logging in as the user and not running the requested command. By moving the bash shell init inside the su command we avoid the issue Fixes Issue #3309 See merge request !1728
| * | Fixed init.d script not working on OS Xritave2016-02-081-1/+1
| |/ | | | | | | | | | | -s flag of su doesn't work correctly on some systems, loging in the user and not running the requested command. By moving the bash shell init inside the su command we avoid the issue
* | suppress only errors in init-script while determining canonical path of ↵Harald Spaethe2016-02-081-1/+1
|/ | | | gitlab_workhorse_dir
* Consistent rails_socket use.fbretel2016-01-251-1/+1
|
* 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
|