summaryrefslogtreecommitdiff
path: root/src/shared/install.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2016-03-07 19:07:30 +0100
committerLennart Poettering <lennart@poettering.net>2016-04-12 13:43:31 +0200
commite4fca67ff02c44216780c5a61b1ab66cb6c09752 (patch)
tree60ceb4be28c9cbafaa763e90a0af632d9d32ede3 /src/shared/install.h
parent401017e04d3d1ac41fabb939278984acc8298ddb (diff)
install: introduce a new unit file state "transient"
Now, that the search path logic knows the unit path for transient units we also can introduce an explicit unit file state "transient" that clarifies to the user what kind of unit file he is encountering.
Diffstat (limited to 'src/shared/install.h')
-rw-r--r--src/shared/install.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/install.h b/src/shared/install.h
index 9c33110e44..578664dd48 100644
--- a/src/shared/install.h
+++ b/src/shared/install.h
@@ -55,6 +55,7 @@ enum UnitFileState {
UNIT_FILE_DISABLED,
UNIT_FILE_INDIRECT,
UNIT_FILE_GENERATED,
+ UNIT_FILE_TRANSIENT,
UNIT_FILE_BAD,
_UNIT_FILE_STATE_MAX,
_UNIT_FILE_STATE_INVALID = -1