diff --git a/packages/sysutils/systemd/patches/systemd-14_remove_nonexistant_dependency.patch b/packages/sysutils/systemd/patches/systemd-14_remove_nonexistant_dependency.patch new file mode 100644 index 0000000000..da34c835a6 --- /dev/null +++ b/packages/sysutils/systemd/patches/systemd-14_remove_nonexistant_dependency.patch @@ -0,0 +1,8 @@ +--- a/units/graphical.target 2014-09-12 03:41:47.194979504 +0100 +--- b/units/graphical.target 2014-09-12 03:41:47.194979504 +0100 +@@ -11,5 +11,4 @@ + Requires=multi-user.target + After=multi-user.target + Conflicts=rescue.target +-Wants=display-manager.service + AllowIsolate=yes