chiark / gitweb /
firstboot: add new component to query basic system settings on first boot, or when...
[elogind.git] / src / core / manager.h
index f2c1b0d227699e06fa3fa4b5156a39ded3f3c4af..eff639d1b69bdb0e869f921bf6b629b60245cd87 100644 (file)
@@ -243,6 +243,7 @@ struct Manager {
         bool default_cpu_accounting;
         bool default_memory_accounting;
         bool default_blockio_accounting;
+        bool is_first_boot;
 
         usec_t default_timer_accuracy_usec;