gitlab: start sidekiq when starting gitlab
This commit is contained in:
parent
09d736d8e9
commit
c2eb39faba
|
@ -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…
Reference in New Issue