Merge branch 'greg-config-backtickfix-docs' into 'master'

Fix formatting issue on configuration.md

See merge request gitlab-org/omnibus-gitlab!3254
This commit is contained in:
Evan Read 2019-05-03 00:12:02 +00:00
commit f8d7f3f33e
1 changed files with 6 additions and 6 deletions

View File

@ -356,14 +356,14 @@ gitlab-ctl stop
```
2. Stop the runit server.
```
```shell
# Using systemctl (Debian => 9 - Stretch):
sudo systemctl stop gitlab-runsvdir
#Using upstart (Ubuntu <= 14.04):
# Using upstart (Ubuntu <= 14.04):
sudo initctl stop gitlab-runsvdir
#Using systemd (CentOS, Ubuntu >= 16.04):
# Using systemd (CentOS, Ubuntu >= 16.04):
systemctl stop gitlab-runsvdir.service
```
@ -378,14 +378,14 @@ user['home'] = "/var/opt/custom-gitlab"
```
5. Start the runit server
```
```shell
# Using systemctl (Debian => 9 - Stretch):
sudo systemctl start gitlab-runsvdir
#Using upstart (Ubuntu <= 14.04):
# Using upstart (Ubuntu <= 14.04):
sudo initctl start gitlab-runsvdir
#Using systemd (CentOS, Ubuntu >= 16.04):
# Using systemd (CentOS, Ubuntu >= 16.04):
systemctl start gitlab-runsvdir.service
```