renamed everything from gitlabhq to gitlab-ce
This commit is contained in:
		
							parent
							
								
									240133b349
								
							
						
					
					
						commit
						bf32194040
					
				
					 22 changed files with 37 additions and 31 deletions
				
			
		|  | @ -1,25 +0,0 @@ | |||
| ##################################################### | ||||
| # | ||||
| # GitLab version    : 8.x - 8.x | ||||
| # Contributors      : davispuh, mtorromeo, axilleas, boeserwolf91, Stefan Tatschner (rumpelsepp) | ||||
| # Downloaded from   : https://gitlab.com/gitlab-org/gitlab-recipes/tree/master/init/systemd | ||||
| # | ||||
| #################################################### | ||||
| 
 | ||||
| [Unit] | ||||
| Description=Gitlab Git HTTP Worker | ||||
| Requires=gitlab-unicorn.service | ||||
| Wants=gitlab-unicorn.service | ||||
| After=gitlab-unicorn.service | ||||
| 
 | ||||
| [Service] | ||||
| Type=forking | ||||
| User=git | ||||
| WorkingDirectory=/opt/gitlab | ||||
| SyslogIdentifier=gitlab-git-http-server | ||||
| PIDFile=/run/gitlab/gitlab-git-http-server.pid | ||||
| 
 | ||||
| ExecStart=/opt/gitlab/bin/daemon_with_pidfile /run/gitlab/gitlab-git-http-server.pid /usr/bin/gitlab-git-http-server -listenUmask 0 -listenNetwork unix -listenAddr /run/gitlab/gitlab-git-http-server.socket -authBackend http://127.0.0.1:8080 /var/lib/git/repositories/ >> /var/log/gitlab/gitlab-git-http-server.log 2>&1 | ||||
| 
 | ||||
| [Install] | ||||
| WantedBy=multi-user.target | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue