meta: replace systemd and ldd with herdd and nsd
This commit is contained in:
14
services/herdd/runlevel.h
Normal file
14
services/herdd/runlevel.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef RUNLEVEL_H_
|
||||
#define RUNLEVEL_H_
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#define RUNLEVEL_DESCRIPTION_MAX 64
|
||||
|
||||
struct runlevel {
|
||||
char rl_description[RUNLEVEL_DESCRIPTION_MAX];
|
||||
char **rl_requires;
|
||||
size_t rl_requires_count;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user