Commit c6aed5d7a76e587d4fd078ed7ea70eaffcd93996
1 parent
74dcbdb0
Exists in
master
and in
13 other branches
Explain the presence and purpose of runsvdir
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
README.md
... | ... | @@ -38,6 +38,12 @@ For update instructions, see [the update guide](doc/update.md). |
38 | 38 | |
39 | 39 | ### Start/stop GitLab |
40 | 40 | |
41 | +After omnibus-gitlab is installed and configured, your server will have a Runit | |
42 | +service directory (`runsvdir`) process running that gets started at boot via | |
43 | +`/etc/inittab` or the `gitlab-runsvdir` Upstart resource. Do not touch the | |
44 | +`runsvdir` process; to manage GitLab processes you should use `gitlab-ctl` | |
45 | +instead. | |
46 | + | |
41 | 47 | You can start, stop or restart GitLab and all of its components with the |
42 | 48 | following commands. |
43 | 49 | ... | ... |