summaryrefslogtreecommitdiff
path: root/service.h
diff options
context:
space:
mode:
Diffstat (limited to 'service.h')
-rw-r--r--service.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/service.h b/service.h
index e603ff74b9..dc597aa0e9 100644
--- a/service.h
+++ b/service.h
@@ -94,13 +94,14 @@ struct Service {
bool root_directory_start_only;
bool valid_no_process;
- ServiceState state;
+ ServiceState state, deserialized_state;
KillMode kill_mode;
ExecStatus main_exec_status;
ExecCommand *control_command;
+ ServiceExecCommand control_command_id;
pid_t main_pid, control_pid;
bool main_pid_known:1;