This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/sbin/runscript | |
| # GitLab 5.2 and 5.3 init script for Gentoo Linux | |
| # see https://github.com/gitlabhq/gitlabhq/blob/master/doc/installation.md | |
| GITLAB_BASE=/home/git/gitlab | |
| GITLAB_USER=git | |
| #### | |
| # Assumes variables set in /etc/default/gitlab.. | |
| # app_user app_root socket_path gitlab_git_http_server_options gitlab_git_http_server_repo_root gitlab_git_http_server_log |