chiark / gitweb /
unit: introduce IgnoreDependencyFailure=
[elogind.git] / src / unit.h
index c9fd4a538cb2fe7e11c96b7a3097880124cfa4e2..3f4bbd9ed7d51f0db73a7f3c1057c149cac98c87 100644 (file)
@@ -184,6 +184,9 @@ struct Meta {
         /* Create default depedencies */
         bool default_dependencies;
 
         /* Create default depedencies */
         bool default_dependencies;
 
+        /* Bring up this unit even if a dependency fails to start */
+        bool ignore_dependency_failure;
+
         /* When deserializing, temporarily store the job type for this
          * unit here, if there was a job scheduled */
         int deserialized_job; /* This is actually of type JobType */
         /* When deserializing, temporarily store the job type for this
          * unit here, if there was a job scheduled */
         int deserialized_job; /* This is actually of type JobType */