chiark / gitweb /
core: warn and ignore SysVStartPriority=
[elogind.git] / src / core / load-fragment.c
index 786737da94bb7991e0fdc0704c72f686e8c1dc95..d3859683a1b62841fa5a45b1df4e3055679d6ab0 100644 (file)
@@ -83,6 +83,10 @@ int config_parse_warn_compat(
                 log_syntax(unit, LOG_DEBUG, filename, line, EINVAL,
                            "Support for option %s= has been disabled at compile time and it is ignored", lvalue);
                 break;
+        case DISABLED_LEGACY:
+                log_syntax(unit, LOG_INFO, filename, line, EINVAL,
+                           "Support for option %s= has been removed and it is ignored", lvalue);
+                break;
         case DISABLED_EXPERIMENTAL:
                 log_syntax(unit, LOG_INFO, filename, line, EINVAL,
                            "Support for option %s= has not yet been enabled and it is ignored", lvalue);