Commit 01ca8e9e authored by GitLab Bot's avatar GitLab Bot

Add latest changes from gitlab-org/gitlab@13-12-stable-ee

parent e1c4542b
...@@ -688,7 +688,7 @@ gitlab_path=/home/git/gitlab ...@@ -688,7 +688,7 @@ gitlab_path=/home/git/gitlab
gitaly_path=/home/git/gitaly gitaly_path=/home/git/gitaly
sudo -u git -H sh -c "$gitlab_path/bin/daemon_with_pidfile $gitlab_path/tmp/pids/gitaly.pid \ sudo -u git -H sh -c "$gitlab_path/bin/daemon_with_pidfile $gitlab_path/tmp/pids/gitaly.pid \
$gitaly_path/gitaly $gitaly_path/config.toml >> $gitlab_path/log/gitaly.log 2>&1 &" $gitaly_path/_build/bin/gitaly $gitaly_path/config.toml >> $gitlab_path/log/gitaly.log 2>&1 &"
``` ```
### Initialize Database and Activate Advanced Features ### Initialize Database and Activate Advanced Features
......
...@@ -341,7 +341,7 @@ start_gitlab() { ...@@ -341,7 +341,7 @@ start_gitlab() {
echo "Gitaly is already running with pid $gapid, not restarting" echo "Gitaly is already running with pid $gapid, not restarting"
else else
$app_root/bin/daemon_with_pidfile $gitaly_pid_path \ $app_root/bin/daemon_with_pidfile $gitaly_pid_path \
$gitaly_dir/gitaly $gitaly_dir/config.toml >> $gitaly_log 2>&1 & $gitaly_dir/_build/bin/gitaly $gitaly_dir/config.toml >> $gitaly_log 2>&1 &
fi fi
fi fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment