Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kazuhiko Shiozaki
gitlab-ce
Commits
2694513c
Commit
2694513c
authored
Feb 08, 2016
by
Harald Spaethe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
suppress only errors in init-script while determining canonical path of gitlab_workhorse_dir
parent
9fdd605f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lib/support/init.d/gitlab
lib/support/init.d/gitlab
+1
-1
No files found.
lib/support/init.d/gitlab
View file @
2694513c
...
...
@@ -38,7 +38,7 @@ web_server_pid_path="$pid_path/unicorn.pid"
sidekiq_pid_path
=
"
$pid_path
/sidekiq.pid"
mail_room_enabled
=
false
mail_room_pid_path
=
"
$pid_path
/mail_room.pid"
gitlab_workhorse_dir
=
$(
cd
$app_root
/../gitlab-workhorse
&&
pwd
)
gitlab_workhorse_dir
=
$(
cd
$app_root
/../gitlab-workhorse
2> /dev/null
&&
pwd
)
gitlab_workhorse_pid_path
=
"
$pid_path
/gitlab-workhorse.pid"
gitlab_workhorse_options
=
"-listenUmask 0 -listenNetwork unix -listenAddr
$socket_path
/gitlab-workhorse.socket -authBackend http://127.0.0.1:8080 -authSocket
$rails_socket
-documentRoot
$app_root
/public"
gitlab_workhorse_log
=
"
$app_root
/log/gitlab-workhorse.log"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment