herdd: rename runlevels to targets
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user