gitlab: start sidekiq when starting gitlab

This commit is contained in:
Robin Gloster 2016-10-20 11:01:59 +02:00
parent 09d736d8e9
commit c2eb39faba
No known key found for this signature in database
GPG key ID: 5E4C836C632C2882

View file

@ -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; [