X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=service.h;fp=service.h;h=632e5eae4d51b708f3d532a4aa10f6a8aa5afa3c;hp=0c0850a81fdb9b51c6df8ecf6a2cfc491a6de910;hb=81a2b7ceda7100fbc0dd8ce423b9599e03656851;hpb=e14140036227901bd64833559bab70c111c651a5 diff --git a/service.h b/service.h index 0c0850a81..632e5eae4 100644 --- a/service.h +++ b/service.h @@ -88,6 +88,9 @@ struct Service { ExecCommand* exec_command[_SERVICE_EXEC_MAX]; ExecContext exec_context; + bool permissions_start_only; + bool root_directory_start_only; + ServiceState state; ExecStatus main_exec_status;