blob: 20a158558a5e7c615d3abda3b1066dfcf5e14334 [file] [log] [blame]
{
include: [
"//sdk/lib/diagnostics/syslog/client.shard.cml",
"//src/diagnostics/archivist/meta/common.shard.cml",
],
program: {
binary: "bin/archivist",
args: [
"--disable-klog",
"--disable-log-connector",
"--disable-component-event-provider",
"--listen-to-lifecycle",
"--config-path",
"/pkg/data/embedding-config.json",
],
lifecycle: { stop_event: "notify" },
},
}