minix3/commands/service/config.h

8 lines
187 B
C

struct rs_config {
struct rs_start rs_start; /* RS parameters */
const char *descr; /* human-readable description, if specified */
char *type; /* service type, if specified */
};