Merge "Add the new gerrit systemctl file to init" into stable-2.14

This commit is contained in:
David Pursehouse
2017-04-26 10:26:41 +00:00
committed by Gerrit Code Review
2 changed files with 8 additions and 0 deletions

View File

@@ -98,6 +98,10 @@ public class SitePathInitializer {
extract(site.gerrit_sh, getClass(), "gerrit.sh");
chmod(0755, site.gerrit_sh);
extract(site.gerrit_service, getClass(), "gerrit.service");
chmod(0755, site.gerrit_service);
extract(site.gerrit_service, getClass(), "gerrit.socket");
chmod(0755, site.gerrit_socket);
chmod(0700, site.tmp_dir);
extractMailExample("Abandoned.soy");