From af3dd454b01605fe20a634c7132eeca1bdf065d9 Mon Sep 17 00:00:00 2001 From: Max Wash Date: Mon, 23 Mar 2026 18:16:15 +0000 Subject: [PATCH] bootstrap: start herdd instead of systemd --- sys/bootstrap/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/bootstrap/main.c b/sys/bootstrap/main.c index 82f5e98..2b0553f 100644 --- a/sys/bootstrap/main.c +++ b/sys/bootstrap/main.c @@ -18,7 +18,7 @@ #include #include -#define INIT_PATH "/usr/bin/systemd" +#define INIT_PATH "/usr/bin/herdd" static enum launch_status resolve_dependency( struct launch_ctx *ctx,