summaryrefslogtreecommitdiff
path: root/service.h
diff options
context:
space:
mode:
Diffstat (limited to 'service.h')
-rw-r--r--service.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/service.h b/service.h
index 0c0850a81f..632e5eae4d 100644
--- a/service.h
+++ b/service.h
@@ -88,6 +88,9 @@ struct Service {
ExecCommand* exec_command[_SERVICE_EXEC_MAX];
ExecContext exec_context;
+ bool permissions_start_only;
+ bool root_directory_start_only;
+
ServiceState state;
ExecStatus main_exec_status;