3
0
Fork 0
forked from mirrors/nixpkgs

gitlab module: workhorse may start before gitlab

This commit is contained in:
Robin Gloster 2018-07-30 21:49:18 +02:00
parent ed85eb5433
commit dc915565ba

View file

@ -502,7 +502,7 @@ in {
};
systemd.services.gitlab-workhorse = {
after = [ "network.target" "gitlab.service" ];
after = [ "network.target" ];
wantedBy = [ "multi-user.target" ];
environment.HOME = gitlabEnv.HOME;
environment.GITLAB_SHELL_CONFIG_PATH = gitlabEnv.GITLAB_SHELL_CONFIG_PATH;