summaryrefslogtreecommitdiff
path: root/service.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-02-14 01:09:01 +0100
committerLennart Poettering <lennart@poettering.net>2010-02-14 01:09:01 +0100
commit2c4104f00923084a0455948da3664e8e63515686 (patch)
tree491dabf7c9fba3847697432459925a8314e49508 /service.h
parent890f434c6086cd076b15d7530f9c450b99f346e4 (diff)
service: add SysV init script parser
Diffstat (limited to 'service.h')
-rw-r--r--service.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/service.h b/service.h
index fef100bad9..0c0850a81f 100644
--- a/service.h
+++ b/service.h
@@ -99,6 +99,9 @@ struct Service {
bool failure:1; /* if we shut down, remember why */
Watch timer_watch;
+ char *sysv_path;
+ int sysv_start_priority;
+
RateLimit ratelimit;
};