mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
gitlab: start sidekiq when starting gitlab
This commit is contained in:
parent
09d736d8e9
commit
c2eb39faba
1 changed files with 1 additions and 0 deletions
|
@ -463,6 +463,7 @@ in {
|
|||
|
||||
systemd.services.gitlab = {
|
||||
after = [ "network.target" "postgresql.service" "redis.service" ];
|
||||
requires = [ "gitlab-sidekiq.service" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
environment = gitlabEnv;
|
||||
path = with pkgs; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue