chiark / gitweb /
unit: never apply /etc/rcN.d/ priority to native services
[elogind.git] / src / service.h
index 627b356e2b68973debd24a72c7f1415f4402e94f..e3cb431cfec8ea77c86a8f8ccd1dc9f9468ba11a 100644 (file)
@@ -138,6 +138,7 @@ struct Service {
 #ifdef HAVE_SYSV_COMPAT
         bool sysv_has_lsb:1;
         bool sysv_enabled:1;
 #ifdef HAVE_SYSV_COMPAT
         bool sysv_has_lsb:1;
         bool sysv_enabled:1;
+        int sysv_start_priority_from_rcnd;
         int sysv_start_priority;
 
         char *sysv_path;
         int sysv_start_priority;
 
         char *sysv_path;