summaryrefslogtreecommitdiff
path: root/src/core/load-fragment.h
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-11-30 10:42:53 -0500
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-11-30 19:10:40 -0500
commit9e37c9544b22aab2173695ac9c0e4b8bb02cb75c (patch)
tree5311e9f9ce751761d24280f2e89e212c8252098e /src/core/load-fragment.h
parenta2c0e528b8b5ba370527db279605e4e4135689c1 (diff)
downloadsystemd-9e37c9544b22aab2173695ac9c0e4b8bb02cb75c.tar.gz
core: warn and ignore SysVStartPriority=
Option was being parsed but not used for anything.
Diffstat (limited to 'src/core/load-fragment.h')
-rw-r--r--src/core/load-fragment.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/load-fragment.h b/src/core/load-fragment.h
index 4756830302..21e0871e8b 100644
--- a/src/core/load-fragment.h
+++ b/src/core/load-fragment.h
@@ -110,5 +110,6 @@ extern const char load_fragment_gperf_nulstr[];
typedef enum Disabled {
DISABLED_CONFIGURATION,
+ DISABLED_LEGACY,
DISABLED_EXPERIMENTAL,
} Disabled;