X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=service.h;h=0a258a3774d4bc3b161e362ac2feff8e3c82a3c1;hp=632e5eae4d51b708f3d532a4aa10f6a8aa5afa3c;hb=2882c7eda072e218516df584d2489f996d01dcf6;hpb=81a2b7ceda7100fbc0dd8ce423b9599e03656851 diff --git a/service.h b/service.h index 632e5eae4..0a258a377 100644 --- 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;