chiark / gitweb /
mount-setup: create full paths when mounting
[elogind.git] / service.h
index 0a258a3774d4bc3b161e362ac2feff8e3c82a3c1..fa81e98a74f5f40f84eec52db964ac315b22092f 100644 (file)
--- 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;
 };