Achilleas Pipinellis
660e4604b0
Merge branch 'master' of github.com:gitlabhq/gitlab-recipes
2017-08-15 07:54:00 +03:00
Andrew Newdigate
dc937dc86b
Remove shell redirectors from Systemd
2017-08-09 05:14:39 +00:00
Achilleas Pipinellis
fab522f4d7
Merge pull request #306 from svenstaro/patch-1
...
Add gitlab-gitaly.service to systemd instructions
2017-08-04 09:25:04 +03:00
Sven-Hendrik Haase
6a196d8b0c
Fix typo
2017-06-30 18:55:28 +02:00
Sven-Hendrik Haase
62a7b431b9
Add gitlab-gitaly.service to systemd instructions
2017-06-30 13:17:39 +02:00
Achilleas Pipinellis
830bf3798e
Add Gitaly to readme
2017-06-29 12:22:26 +02:00
Achilleas Pipinellis
c0c7690d1b
Change binary location
2017-06-29 12:19:27 +02:00
Achilleas Pipinellis
10e1febb0c
Add Gitaly systemd service
2017-06-29 08:54:18 +02:00
Bob van de Vijver
97797a272a
Fixed stale queues when using system-d script
2016-11-17 21:04:10 +00:00
Achilleas Pipinellis
0703bbad2e
Add -secretPath to workhorse.service
...
Fixes https://gitlab.com/gitlab-org/gitlab-recipes/issues/56
2016-10-13 08:29:30 +02:00
Achilleas Pipinellis
55af186ebb
Merge pull request #278 from bjorn-oivind/systemd-remove_unused_files
...
systemd: remove unused (for 8.2.x onwards) files.
2016-01-02 21:17:22 +01:00
Bjørn Øivind Bjørnsen
355fa4a285
systemd: remove unused (for 8.2.x onwards) files.
2015-12-28 13:31:13 +01:00
Bjørn Øivind Bjørnsen
81f3111603
systemd: update gitlab-workhorse for 8.3.x.
2015-12-28 13:20:25 +01:00
Achilleas Pipinellis
7bc79e7bc7
Fix mailers queue in sidekiq service. Closes #39
2015-12-24 02:55:18 +02:00
Achilleas Pipinellis
e34be68555
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-recipes
2015-12-05 21:25:59 +02:00
Bjørn Øivind Bjørnsen
d0ae298d1d
systemd: add unit for gitlab-workhorse.
...
Please note that this deprecates the gitlab-git-http-server used for
8.0-8.1. Gitlab Workhorse is used from 8.2 and hopefully onwards.
2015-12-04 17:03:34 +01:00
Dmitry Chepurovskiy
b2ffda6c19
Changed user to standard git
2015-11-29 18:36:56 +00:00
Chepurovskiy Dmitry
574edc096e
Renamed init script to previous name
2015-11-29 21:33:19 +03:00
Chepurovskiy Dmitry
6831c78923
Updated FreeBSD Init script(added gitlab-workhorse support)
2015-11-29 20:36:00 +03:00
Anthony VEREZ
d815f642cb
Fix mailroom wget command in systemd README
2015-10-24 03:53:28 +02:00
Achilleas Pipinellis
93e8ea63d4
Merge pull request #271 from waxzce/master
...
Add mailroom service
2015-10-16 09:51:43 +03:00
Quentin ADAM
564758c70e
add incomming email queue
2015-10-15 13:14:33 +02:00
Quentin ADAM
ee40c952ed
update readme
2015-10-14 22:47:18 +00:00
Quentin ADAM
5da350f856
add mailroom service
2015-10-14 22:46:20 +00:00
Bjørn Øivind Bjørnsen
9deee01ccb
systemd: create new unit for gitlab-git-http-server.
...
This service is required for HTTP(S) push and pull operations from 8.0
and presumably onwards.
2015-09-29 17:39:23 +02:00
Touka Tachibana
cb39ca2c1f
Adds '-q archive_repo' to sidekiq in a systemd service.
...
https://gitlab.com/gitlab-org/gitlab-ce/issues/1565#note_1335538
2015-08-19 01:52:10 +09:00
Achilleas Pipinellis
d6a08baf7e
Update GitLab version, include official nginx config.
2015-01-23 00:02:32 +02:00
Charles Newey
f54d031b44
Add FreeBSD init script
2015-01-20 10:48:13 +00:00
Mathias Rohnstock
8b459b3506
sidekiq 2.17.8 won't handle queues seperated by ,
...
See https://github.com/gitlabhq/gitlabhq/issues/8508 and https://github.com/gitlabhq/gitlabhq/issues/8490
2015-01-18 23:32:10 +00:00
Lytsing Huang
3c8d0a35f5
typo, fix /etc/init.d/gitlab: line 38: PPID: readonly variable
2014-11-15 00:31:05 +08:00
Stefan Tatschner
91d846da7a
Updated systemd service files
...
- Do not use a target to specify dependencies.
- Added postgresql and mysqld as optional dependencies.
The service files work if the user has installed mysql or postgres either.
- Removed ExecStop in gitlab-unicorn.service. It is entirely wrong to do
it in such a way, see [1]
- Added daemonize flags as it fixes systemd errors and warnings. Without
this flags I was not able to start/stop a service properly because systemd has
caught the wrong MainPIDs. Furthermore I had problems with service
timouts as systemd caught the wrong return codes and considered the
services as failed.
- Updated README.md.
[1]: http://lists.freedesktop.org/archives/systemd-devel/2014-January/016417.html
2014-10-28 08:28:58 +01:00
Achilleas Pipinellis
ac4f096e74
Merge branch 'script_to_bin' into 'master'
...
Move from script to bin
Reminder to merge when 7.0 gets released.
2014-06-22 15:14:33 +00:00
Achilleas Pipinellis
19b062c0d4
Change urls to point at gitlab.com. Fixes #7 (gitlab.com)
2014-06-16 16:56:19 +03:00
Achilleas Pipinellis
a7d03c1d31
Move from script to bin
2014-06-16 16:10:25 +03:00
David R Six
862cea48a8
Exit with appropriate return codes on failures
...
A number of systems expect a non-zero exit code on failure
For restart, we care about the status of start
2014-02-14 00:07:36 +00:00
Maarten Dirkse
8fa1dfee5a
Added auto-credits
2014-01-27 16:24:49 +01:00
Maarten Dirkse
e0d043b73e
User with /sbin/nologin shell now also supported
2014-01-03 20:57:37 +01:00
Tomas Fernandez
ba0ab28824
Editing gitlab-only-sidekiq script description
2013-12-02 13:40:17 +01:00
Tomas Fernandez
5c4c29b095
Adding the init.d script without unicorn or puma, just sidekiq
2013-12-02 13:36:59 +01:00
Axilleas Pipinellis
8675ce06c4
Merge pull request #146 from jhollingsworth/centos-init-fix
...
Update init.d for CentOS 6.4 and GitLab 6.2
2013-10-26 00:25:28 -07:00
Stefan Wolf
c27af79bd0
updated service files for use with Gitlab 6.2
2013-10-24 19:15:47 +02:00
Jason Hollingsworth
61b2699d7b
This uses the git users PATH when starting unicorn and sidekiq.
...
Set RAILS_ENV via variable.
Also includes changes from PR #138 and #145 .
2013-10-24 11:20:09 -05:00
Axilleas Pipinellis
4ba32c37d4
Pid should be PID
2013-09-09 11:40:48 +03:00
Axilleas Pipinellis
260850a5f8
Fix links to CONTRIBUTING.md
2013-08-29 09:22:03 +03:00
Axilleas Pipinellis
e31bdb3723
Add contributor
2013-08-23 10:27:38 +03:00
Axilleas Pipinellis
36c5128814
Fix code block
2013-08-23 10:27:38 +03:00
Axilleas Pipinellis
7b4a6f28ea
Minor tweaks in readme
2013-08-23 10:27:37 +03:00
Axilleas Pipinellis
1a480d659c
Add README file in each main dir
2013-08-20 23:12:08 +03:00
Axilleas Pipinellis
6881f2becc
Add contributors info, reference download links
2013-08-20 23:00:34 +03:00
Axilleas Pipinellis
2c31ba690f
Split line
2013-08-20 09:36:03 +03:00