chiark / gitweb /
units: isolate emergency.target instead of emergency.service when we fail to mount...
[elogind.git] / src / path.h
index ea2331c2abaee7d4bc2eadda54c6c356c611fbd8..8ba0ce6890f380e93cb5f9ae7644d8a3f8754f2f 100644 (file)
@@ -69,6 +69,10 @@ struct Path {
         PathState state, deserialized_state;
 
         bool failure;
+        bool inotify_triggered;
+
+        bool make_directory;
+        mode_t directory_mode;
 };
 
 void path_unit_notify(Unit *u, UnitActiveState new_state);