chiark / gitweb /
mount-setup: create full paths when mounting
[elogind.git] / service.h
index 5ffdde19cb4c014975e8e9f42437af1ec6adc247..fa81e98a74f5f40f84eec52db964ac315b22092f 100644 (file)
--- a/service.h
+++ b/service.h
@@ -94,17 +94,22 @@ struct Service {
 
         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;
 };