summaryrefslogtreecommitdiff
path: root/service.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-04-07 20:27:52 +0200
committerLennart Poettering <lennart@poettering.net>2010-04-07 20:27:52 +0200
commit8309400a17b041fb8b52b13b9125eb65d11f3669 (patch)
tree1e4b8551b11fc3418ce1f192d583360cc07d2395 /service.h
parentdb12775d59ab709f8afc361eaa30c9d54a0a8d7c (diff)
service: parse default runlevels from init scripts
Diffstat (limited to 'service.h')
-rw-r--r--service.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/service.h b/service.h
index 0a258a3774..1a170f526f 100644
--- a/service.h
+++ b/service.h
@@ -107,6 +107,7 @@ struct Service {
char *sysv_path;
int sysv_start_priority;
+ char *sysv_runlevels;
RateLimit ratelimit;
};