eventlog: add service rebuild/restart/configure events

This commit is contained in:
Girish Ramakrishnan
2021-09-24 10:22:45 -07:00
parent 05e8339555
commit d90beb18d4
7 changed files with 50 additions and 20 deletions

View File

@@ -302,7 +302,7 @@ async function updateDashboardDomain(domain, auditSource) {
await setDashboardDomain(domain, auditSource);
safe(services.rebuildService('turn'), { debug }); // to update the realm variable
safe(services.rebuildService('turn', auditSource), { debug }); // to update the realm variable
}
async function renewCerts(options, auditSource) {