bootstrap: start herdd instead of systemd

This commit is contained in:
2026-03-23 18:16:15 +00:00
parent 2a587942ac
commit af3dd454b0

View File

@@ -18,7 +18,7 @@
#include <stdint.h>
#include <stdio.h>
#define INIT_PATH "/usr/bin/systemd"
#define INIT_PATH "/usr/bin/herdd"
static enum launch_status resolve_dependency(
struct launch_ctx *ctx,