chiark / gitweb /
execute: make kill mode configurable
[elogind.git] / service.h
index 1a170f526feed3b5eb0359c1b066808abe98d414..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;