prog: add system management service

This commit is contained in:
2026-02-19 19:32:44 +00:00
parent 95bb04e866
commit 06760906b9
2 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
file(GLOB sources *.c)
add_executable(systemd ${sources})
target_link_libraries(systemd libc libc-rt liblaunch libmango)
sysroot_add_program(
NAME systemd
BIN_DIR /usr/bin)
bsp_add_program(
NAME systemd
BIN_DIR /usr/bin)