Improve gitlab-sidekiq.service for GitLab v6.2.0 and above#170
Improve gitlab-sidekiq.service for GitLab v6.2.0 and above#170davispuh wants to merge 3 commits intogitlabhq:masterfrom
Conversation
|
While I like the idea of staying close to upstream, by making this change it would be more difficult to customize the paths if you'd like to follow the FHS and not use |
|
I don't see why using other path would be problem? Before, with current implementation you've to change it in 3 places (if you've gitlab elsewhere), now with this it will be 4 places to change, but that doesn't matter as it's in same file so simply "Find & Replace". Or if you mean you want log files in /var/log rather than with GitLab that would be feature request for GitLab itself to allow customize them. |
|
Changed I've been using this Systemd service for more than half a year and it works good ;) |
since GitLab v6.2 it added
script/background_jobsfor Sidekiq launching so we'll use it.