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

4
programs/systemd/main.c Normal file
View File

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