diff options
| author | Jacob Vosmaer <jacob@gitlab.com> | 2017-03-14 17:48:32 +0100 |
|---|---|---|
| committer | Jacob Vosmaer <jacob@gitlab.com> | 2017-03-21 14:55:41 +0100 |
| commit | 275b7797c1fa104e4a0b94823ed48ec7157a50a9 (patch) | |
| tree | 66119818e2db473e2cbbeeafb50a33ae7b89f108 /lib/support/init.d/gitlab.default.example | |
| parent | 49a9c2fbefde96e428eae72a76ceefeac9dbcad4 (diff) | |
| download | gitlab-ce-275b7797c1fa104e4a0b94823ed48ec7157a50a9.tar.gz | |
Add gitaly source installation instructions
Diffstat (limited to 'lib/support/init.d/gitlab.default.example')
| -rw-r--r-- | lib/support/init.d/gitlab.default.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/support/init.d/gitlab.default.example b/lib/support/init.d/gitlab.default.example index f6642527639..9472c3c992f 100644 --- a/lib/support/init.d/gitlab.default.example +++ b/lib/support/init.d/gitlab.default.example @@ -84,3 +84,7 @@ mail_room_pid_path="$pid_path/mail_room.pid" # shell other than "bash" # The default is "/bin/bash" shell_path="/bin/bash" + +# This variable controls whether the init script starts/stops Gitaly +gitaly_enabled=false +gitaly_log="$app_root/log/gitaly.log" |
