From 430c87e775fce4b2acef6622fafd5d8a9aace78b Mon Sep 17 00:00:00 2001 From: 4lDO2 <4lDO2@protonmail.com> Date: Sun, 12 Apr 2026 14:45:13 +0200 Subject: [PATCH] add profiled service when installed --- recipes/core/profiled/recipe.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes/core/profiled/recipe.toml b/recipes/core/profiled/recipe.toml index 18dc3cfc..7ab868c6 100644 --- a/recipes/core/profiled/recipe.toml +++ b/recipes/core/profiled/recipe.toml @@ -6,4 +6,7 @@ template = "custom" script = """ # Must be statically linked cookbook_cargo + +mkdir -p "${COOKBOOK_STAGE}/usr/lib/init.d" +cp "${COOKBOOK_SOURCE}/init.d/"* "${COOKBOOK_STAGE}/usr/lib/init.d/" """