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
+8
View File
@@ -0,0 +1,8 @@
#ifndef LOG_H_
#define LOG_H_
extern void log(const char *format, ...);
extern void log_ok(const char *format, ...);
extern void log_fail(const char *format, ...);
#endif