mirror of
https://github.com/XTXMarkets/ternfs.git
synced 2026-05-06 20:31:17 -05:00
Align xmon's app instances and systemd services
This commit is contained in:
+1
-1
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user