Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
01ca8e9e
Commit
01ca8e9e
authored
May 25, 2021
by
GitLab Bot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add latest changes from gitlab-org/gitlab@13-12-stable-ee
parent
e1c4542b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
doc/install/installation.md
doc/install/installation.md
+1
-1
lib/support/init.d/gitlab
lib/support/init.d/gitlab
+1
-1
No files found.
doc/install/installation.md
View file @
01ca8e9e
...
...
@@ -688,7 +688,7 @@ gitlab_path=/home/git/gitlab
gitaly_path
=
/home/git/gitaly
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
...
...
lib/support/init.d/gitlab
View file @
01ca8e9e
...
...
@@ -341,7 +341,7 @@ start_gitlab() {
echo
"Gitaly is already running with pid
$gapid
, not restarting"
else
$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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment