From 222ae6a8d7e27dd36552cb9574e63cbdfdf2d264 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 7 Apr 2011 04:11:31 +0200 Subject: unit: introduce OnFailureIsolate= --- src/unit.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/unit.h') diff --git a/src/unit.h b/src/unit.h index 4245f3cf1c..2c5cacd9e3 100644 --- a/src/unit.h +++ b/src/unit.h @@ -207,6 +207,9 @@ struct Meta { /* Allow isolation requests */ bool allow_isolate; + /* Isolate OnFailure unit */ + bool on_failure_isolate; + /* Did the last condition check suceed? */ bool condition_result; -- cgit v1.2.3-54-g00ecf