meta: replace systemd and ldd with herdd and nsd

This commit is contained in:
2026-03-23 18:15:38 +00:00
parent d4d3ab13f4
commit bf5052fd3d
12 changed files with 105 additions and 34 deletions

4
services/nsd/main.c Normal file
View File

@@ -0,0 +1,4 @@
int main(void)
{
return 0;
}