add profiled service when installed

This commit is contained in:
4lDO2 2026-04-12 14:45:13 +02:00
parent ae8967ed5a
commit 430c87e775

View File

@ -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/"
"""