changed dependency to gitlab-workhorse from use to need

This commit is contained in:
Manuel Friedli 2015-11-23 21:33:56 +01:00
parent 23e7682ade
commit 3ab593e4cd
2 changed files with 3 additions and 3 deletions

View file

@ -28,8 +28,8 @@ mail_room_command_args="exec mail_room -q -c ${mail_room_config} >> ${mail_room_
depend() {
provide gitlab
need redis
use net gitlab-workhorse
need redis gitlab-workhorse
use net
}
start() {