From 582b547a5c7f500504afcd78b23aeff131390848 Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Thu, 1 Oct 2015 16:36:28 +0000 Subject: [PATCH] missed a file for master_user to buildmaster_user --- .../buildmaster-configure/templates/buildmaster.service.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/taskotron/buildmaster-configure/templates/buildmaster.service.j2 b/roles/taskotron/buildmaster-configure/templates/buildmaster.service.j2 index 980c00473b..47e16fcbe4 100644 --- a/roles/taskotron/buildmaster-configure/templates/buildmaster.service.j2 +++ b/roles/taskotron/buildmaster-configure/templates/buildmaster.service.j2 @@ -8,8 +8,8 @@ PIDFile={{ buildmaster_dir }}/twistd.pid ExecStart=/bin/buildbot start {{ buildmaster_dir }} ExecStop=/bin/buildbot stop {{ buildmaster_dir }} ExecReload=/bin/buildbot reconfig {{ buildmaster_dir }} -User={{ master_user }} -Group={{ master_user }} +User={{ buildmaster_user }} +Group={{ buildmaster_user }} [Install] WantedBy=multi-user.target