diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-07-12 02:56:17 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-07-12 03:07:02 +0200 |
commit | 3b6fdb5b5afebc49a7e987e3e3bf7aa2615d1671 (patch) | |
tree | 70ae0f1a280a1103e2c7db9e914c7a3318ced8f7 /src/unit.h | |
parent | f6023656e10823dff9e4b9f70628b671b3f4ed96 (diff) |
unit: introduce IgnoreDependencyFailure=
Diffstat (limited to 'src/unit.h')
-rw-r--r-- | src/unit.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/unit.h b/src/unit.h index c9fd4a538c..3f4bbd9ed7 100644 --- a/src/unit.h +++ b/src/unit.h @@ -184,6 +184,9 @@ struct Meta { /* 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 */ |