Add the new gerrit systemctl file to init
Change-Id: I899c011a921b5c75fe7c05c59724408b0ba92b3d
(cherry picked from commit e295e3a415)
This commit is contained in:
@@ -46,6 +46,8 @@ public final class SitePaths {
|
||||
public final Path index_dir;
|
||||
|
||||
public final Path gerrit_sh;
|
||||
public final Path gerrit_service;
|
||||
public final Path gerrit_socket;
|
||||
public final Path gerrit_war;
|
||||
|
||||
public final Path gerrit_config;
|
||||
@@ -85,6 +87,8 @@ public final class SitePaths {
|
||||
index_dir = p.resolve("index");
|
||||
|
||||
gerrit_sh = bin_dir.resolve("gerrit.sh");
|
||||
gerrit_service = bin_dir.resolve("gerrit.service");
|
||||
gerrit_socket = bin_dir.resolve("gerrit.socket");
|
||||
gerrit_war = bin_dir.resolve("gerrit.war");
|
||||
|
||||
gerrit_config = etc_dir.resolve("gerrit.config");
|
||||
|
||||
Reference in New Issue
Block a user