chiark / gitweb /
cgroup: add cgroupsification
[elogind.git] / service.h
index 0c0850a81fdb9b51c6df8ecf6a2cfc491a6de910..5ffdde19cb4c014975e8e9f42437af1ec6adc247 100644 (file)
--- a/service.h
+++ b/service.h
@@ -88,6 +88,10 @@ struct Service {
         ExecCommand* exec_command[_SERVICE_EXEC_MAX];
         ExecContext exec_context;
 
+        bool permissions_start_only;
+        bool root_directory_start_only;
+        bool valid_no_process;
+
         ServiceState state;
 
         ExecStatus main_exec_status;