chiark / gitweb /
fsck: skip checking / if it is writable
[elogind.git] / src / unit.h
index ff11511898fe77ce940fc65385cbf719634d08fb..796aee5b5c69fcf4e954c6bd43700f0a0667ef99 100644 (file)
@@ -199,9 +199,6 @@ struct Meta {
         /* Create default depedencies */
         bool default_dependencies;
 
-        /* Bring up this unit even if a dependency fails to start */
-        bool ignore_dependency_failure;
-
         /* Refuse manual starting, allow starting only indirectly via dependency. */
         bool refuse_manual_start;