X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=service.h;h=fa81e98a74f5f40f84eec52db964ac315b22092f;hp=fef100bad96d27a9aa1a10752256e802e07d3dde;hb=11857f8daf5a6336865844dedff365f9fa22c8f4;hpb=47be870bd83fb3719dffc3ee9348a409ab762a14 diff --git a/service.h b/service.h index fef100bad..fa81e98a7 100644 --- a/service.h +++ b/service.h @@ -88,17 +88,29 @@ struct Service { ExecCommand* exec_command[_SERVICE_EXEC_MAX]; ExecContext exec_context; + bool permissions_start_only; + bool root_directory_start_only; + bool valid_no_process; + ServiceState state; + KillMode kill_mode; + ExecStatus main_exec_status; ExecCommand *control_command; 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; + char *sysv_path; + int sysv_start_priority; + char *sysv_runlevels; + RateLimit ratelimit; };