chiark / gitweb /
status: show status messages unconditionally if plymouth is around
[elogind.git] / src / service.h
index e06ff3d45a7505577f75d78998c37eac67ae81d1..e3cb431cfec8ea77c86a8f8ccd1dc9f9468ba11a 100644 (file)
@@ -125,6 +125,7 @@ struct Service {
         bool permissions_start_only;
         bool root_directory_start_only;
         bool remain_after_exit;
+        bool guess_main_pid;
 
         /* If we shut down, remember why */
         bool failure:1;
@@ -137,6 +138,7 @@ struct Service {
 #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;