Marcus Meissner
739df9b3b2
performance on spinning media with ext4. - Add fix-journal-vacuum-logic.patch: fix vacuum logic in journal (bnc#789589). - Add fix-lsb-provides.patch: ensure LSB provides are correctly handled if also referenced as dependencies (bnc#809646). - Add fix-loopback-mount.patch: ensure udevd is started (and therefore static devices are created) before mounting (bnc#809820). - Update systemd-sysv-convert to search services files in new location (bnc#809695). - Add logind-nvidia-acl.diff: set ACL on nvidia devices (bnc#808319). - Add do-no-isolate-on-fsck-failure.patch: do not turn off services if fsck fails (bnc#812874) - Add wait-for-processes-killed.patch: wait for processes killed by SIGTERM before killing them with SIGKILL. - Update systemctl-options.patch to only apply SYSTEMCTL_OPTIONS to systemctl command (bnc#801878). OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=361
11 lines
414 B
Diff
11 lines
414 B
Diff
Index: systemd-195/units/local-fs-pre.target
|
|
===================================================================
|
|
--- systemd-195.orig/units/local-fs-pre.target
|
|
+++ systemd-195/units/local-fs-pre.target
|
|
@@ -8,4 +8,4 @@
|
|
[Unit]
|
|
Description=Local File Systems (Pre)
|
|
Documentation=man:systemd.special(7)
|
|
-After=md.service lvm.service dmraid.service
|
|
+After=md.service lvm.service dmraid.service systemd-udevd.service
|