udhcp: write service responses as outputs

This commit is contained in:
Daniel Barlow
2022-09-22 12:42:20 +01:00
parent 0b0efde12c
commit dd124e49dd
2 changed files with 50 additions and 3 deletions

View File

@@ -80,6 +80,6 @@ in {
};
services = {
inherit longrun oneshot bundle target;
output = service: name: "/run/services/outputs/${service.name}/${name}";
output = service: name: "/run/s6-rc/scandir/${service.name}/data/outputs/${name}";
};
}