chiark / gitweb /
service: when reloading a service fails don't fail the entire service but just the...
[elogind.git] / src / service.h
index 1b59dad9320586372d91fcdc46608e8fb726c8ce..758604621e74072bf36dfedb66dfd189a8100eb1 100644 (file)
@@ -118,6 +118,8 @@ struct Service {
 
         /* If we shut down, remember why */
         bool failure:1;
+        bool reload_failure:1;
+
         bool main_pid_known:1;
         bool bus_name_good:1;
         bool forbid_restart:1;