herdd: rename runlevels to targets

This commit is contained in:
2026-05-30 19:47:49 +01:00
parent 97facbed6f
commit 277d87adb0
6 changed files with 74 additions and 77 deletions
+4 -1
View File
@@ -18,7 +18,10 @@ struct service {
extern struct queue *global_services(void);
extern int service_load(const char *path, struct service **out);
extern int service_load(
const char *name,
const char *path,
struct service **out);
extern struct service *service_find(const char *name);
extern int service_start(struct service *svc);