X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=service.h;h=40bd57e256a4a4ef0295a5c610fb276d4725a9a3;hp=dc597aa0e92dfeb6d2d3dbb3fdbfa90e0234850e;hb=8407a5d0183d9513349754f1eac86e2fdec8bd76;hpb=a16e112358ea8fea381ee106b89e645aed8b0a8c diff --git a/service.h b/service.h index dc597aa0e..40bd57e25 100644 --- a/service.h +++ b/service.h @@ -110,6 +110,10 @@ struct Service { bool bus_name_good:1; + bool allow_restart:1; + + bool got_socket_fd:1; + bool sysv_has_lsb:1; char *sysv_path; int sysv_start_priority;