meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
git:gitlab [2020/07/09 08:55] – niziak | git:gitlab [2021/12/10 10:45] (current) – niziak | ||
---|---|---|---|
Line 5: | Line 5: | ||
Configure Gitlab' | Configure Gitlab' | ||
- | <code bash> | ||
- | gitlab-ctl stop | ||
- | gitlab-ctl start | ||
- | </ | ||
Get installed version info | Get installed version info | ||
Line 33: | Line 29: | ||
sudo gitlab-ctl hup nginx | sudo gitlab-ctl hup nginx | ||
</ | </ | ||
+ | |||
+ | ===== Start / stop / enable / disable ===== | ||
+ | |||
+ | <code bash> | ||
+ | gitlab-ctl stop | ||
+ | gitlab-ctl start | ||
+ | |||
+ | systemctl disable gitlab-runsvdir.service | ||
+ | systemctl enable gitlab-runsvdir.service | ||
+ | </ | ||
+ | |||
+ | |||
+ | |||
===== Configuration ===== | ===== Configuration ===== |