chiark / gitweb /
dbus: log result for RequestName()
[elogind.git] / service.h
index fef100bad96d27a9aa1a10752256e802e07d3dde..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;
@@ -99,6 +103,9 @@ struct Service {
         bool failure:1; /* if we shut down, remember why */
         Watch timer_watch;
 
+        char *sysv_path;
+        int sysv_start_priority;
+
         RateLimit ratelimit;
 };