Align xmon's app instances and systemd services

This commit is contained in:
Francesco Mazzoli
2023-11-08 14:36:58 +00:00
parent 445d05af53
commit 03e9510255
7 changed files with 9 additions and 12 deletions

View File

@@ -851,7 +851,7 @@ void runCDC(const std::string& dbDir, const CDCOptions& options) {
// xmon first, so that by the time it shuts down it'll have all the leftover requests
if (xmon) {
XmonConfig config;
config.appInstance = "cdc";
config.appInstance = "eggscdc";
config.appType = "restech_eggsfs.critical";
config.prod = options.xmonProd;
Xmon::spawn(*undertaker, std::make_unique<Xmon>(logger, xmon, config));