From 2c4104f00923084a0455948da3664e8e63515686 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 14 Feb 2010 01:09:01 +0100 Subject: service: add SysV init script parser --- service.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'service.h') 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; }; -- cgit v1.2.3-54-g00ecf