services: herdd: implement scanning and parsing of runlevel and service config files

This commit is contained in:
2026-04-01 19:12:55 +01:00
parent 0ef481c30f
commit 15ebe38b69
10 changed files with 713 additions and 45 deletions
+4 -1
View File
@@ -1,6 +1,9 @@
file(GLOB sources *.c)
add_executable(herdd ${sources})
target_link_libraries(herdd libc libc-runtime libmango libpthread)
target_link_libraries(herdd
libc libc-runtime
libmango libpthread liblaunch librosetta
fx-core fx-ds fx-serial)
sysroot_add_program(
NAME herdd