chiark / gitweb /
main: implement --test
[elogind.git] / service.h
index 632e5eae4d51b708f3d532a4aa10f6a8aa5afa3c..0a258a3774d4bc3b161e362ac2feff8e3c82a3c1 100644 (file)
--- a/service.h
+++ b/service.h
@@ -90,6 +90,7 @@ struct Service {
 
         bool permissions_start_only;
         bool root_directory_start_only;
+        bool valid_no_process;
 
         ServiceState state;
 
@@ -99,6 +100,8 @@ struct Service {
         pid_t main_pid, control_pid;
         bool main_pid_known:1;
 
+        bool sysv_has_lsb:1;
+
         bool failure:1; /* if we shut down, remember why */
         Watch timer_watch;