diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2016-01-21 13:36:55 +0100 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2016-01-21 13:36:55 +0100 |
commit | 693fa7a458645291cc903bf400f9b463941cb63d (patch) | |
tree | 7260cf760e3c688cd4ac047987d0ffccd608d4a5 /lib/support/init.d/gitlab.default.example | |
parent | 481644ca7c9f763d4646ad557cc3bcf8f4f71816 (diff) | |
download | gitlab-ce-693fa7a458645291cc903bf400f9b463941cb63d.tar.gz |
Init script changes for gitlab-workhorse in 8.4
Diffstat (limited to 'lib/support/init.d/gitlab.default.example')
-rwxr-xr-x | lib/support/init.d/gitlab.default.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/support/init.d/gitlab.default.example b/lib/support/init.d/gitlab.default.example index 1937ca582b0..4e6e56ac2db 100755 --- a/lib/support/init.d/gitlab.default.example +++ b/lib/support/init.d/gitlab.default.example @@ -30,6 +30,9 @@ web_server_pid_path="$pid_path/unicorn.pid" # The default is "$pid_path/sidekiq.pid" sidekiq_pid_path="$pid_path/sidekiq.pid" +# The directory where the gitlab-workhorse binaries are. Usually +# /home/git/gitlab-workhorse . +gitlab_workhorse_dir=$(cd $app_root/../gitlab-workhorse && pwd) gitlab_workhorse_pid_path="$pid_path/gitlab-workhorse.pid" # The -listenXxx settings determine where gitlab-workhorse # listens for connections from NGINX. To listen on localhost:8181, write |