X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=service.h;h=fa81e98a74f5f40f84eec52db964ac315b22092f;hp=0a258a3774d4bc3b161e362ac2feff8e3c82a3c1;hb=11857f8daf5a6336865844dedff365f9fa22c8f4;hpb=23a177ef7c8c38c238ef06666f900f581b48298f diff --git a/service.h b/service.h index 0a258a377..fa81e98a7 100644 --- a/service.h +++ b/service.h @@ -94,6 +94,8 @@ struct Service { ServiceState state; + KillMode kill_mode; + ExecStatus main_exec_status; ExecCommand *control_command; @@ -107,6 +109,7 @@ struct Service { char *sysv_path; int sysv_start_priority; + char *sysv_runlevels; RateLimit ratelimit; };