mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03:00
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
Block a user