Commit 0a91bb64bd9c788d529d9acb6c370731b9e658d4
Exists in
master
and in
13 other branches
Merge branch 'process_supervision' into 'master'
Process Supervision
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 | ## Starting and stopping |
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 `/etc/init/gitlab-runsvdir.conf` Upstart resource. You | |
44 | +should not have to deal with the `runsvdir` process directly; you can use the | |
45 | +`gitlab-ctl` front-end instead. | |
46 | + | |
41 | 47 | You can start, stop or restart GitLab and all of its components with the |
42 | 48 | following commands. |
43 | 49 | ... | ... |