Skip to content
Snippets Groups Projects
Commit 7199a2c7 authored by Robert Marshall's avatar Robert Marshall
Browse files

Restart workhorse if the socket directory changes


- Restart workhorse if the socket directory changes. In its own commit
  so it can be reverted by the maintainer if not approved

Signed-off-by: default avatarRobert Marshall <rmarshall@gitlab.com>
parent ad0838bf
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -36,6 +36,7 @@ if workhorse_helper.unix_socket? && !gitlab_workhorse_socket_dir.nil?
owner account_helper.gitlab_user
group account_helper.web_server_group
mode '0750'
notifies :restart, "runit_service[gitlab-workhorse]"
recursive true
end
end
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment