View | Details | Raw Unified | Return to bug 210998
Collapse All | Expand All

(-)gitlab (-1 / +2 lines)
Lines 38-43 Link Here
38
restart_cmd="restart_gitlab"
38
restart_cmd="restart_gitlab"
39
39
40
gitlab_enable=${gitlab_enable:-"NO"}
40
gitlab_enable=${gitlab_enable:-"NO"}
41
gitlab_authBackend=${gitlab_authBackend:-"http://127.0.0.1:8080"}
41
42
42
load_rc_config $name
43
load_rc_config $name
43
44
Lines 57-63 Link Here
57
mail_room_pid_path="$pid_path/mail_room.pid"
58
mail_room_pid_path="$pid_path/mail_room.pid"
58
gitlab_workhorse_dir=$(cd $app_root/../gitlab-workhorse && pwd)
59
gitlab_workhorse_dir=$(cd $app_root/../gitlab-workhorse && pwd)
59
gitlab_workhorse_pid_path="$pid_path/gitlab-workhorse.pid"
60
gitlab_workhorse_pid_path="$pid_path/gitlab-workhorse.pid"
60
gitlab_workhorse_options="-listenUmask 0 -listenNetwork unix -listenAddr $socket_path/gitlab-workhorse.socket -authBackend http://127.0.0.1:8080 -authSocket $rails_socket -documentRoot $app_root/public"
61
gitlab_workhorse_options="-listenUmask 0 -listenNetwork unix -listenAddr $socket_path/gitlab-workhorse.socket -authBackend $gitlab_authBackend -authSocket $rails_socket -documentRoot $app_root/public"
61
gitlab_workhorse_log="$app_root/log/gitlab-workhorse.log"
62
gitlab_workhorse_log="$app_root/log/gitlab-workhorse.log"
62
shell_path="/bin/bash"
63
shell_path="/bin/bash"
63
64

Return to bug 210998