chiark / gitweb /
service: add SysV init script parser
[elogind.git] / service.h
index fef100bad96d27a9aa1a10752256e802e07d3dde..0c0850a81fdb9b51c6df8ecf6a2cfc491a6de910 100644 (file)
--- 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;
 };