forked from pool/systemd
Frederic Crozat
813b4bf38e
+ systemd binary is now installed in /lib/systemd (symlink for /bin/systemd is available now) + kernel modules are now loaded through libkmod + Watchdog support is now useful (not complete) + new kernel command line available to set system wide environment variable: systemd.setenv + journald capabilities set is now limited + SIGPIPE is ignored by default. This can be disabled with IgnoreSIGPIPE=no in unit files. - Add fix-kmod-build.patch: fix build with libkmod - Drop remote-fs-after-network.patch (merged upstream) - Add dm-lvm-after-local-fs-pre-target.patch: ensure md / lvm /dmraid is started before mounting partitions, if fsck was disabled for them (bnc#733283). - Update lsb-header patch to correctly disable heuristic if X-Systemd-RemainAfterExit is specified (whatever its value) - Add fix-message-after-chkconfig.patch: don't complain if only sysv services are called in systemctl. - Add is-enabled-non-existing-service.patch: fix error message when running is-enabled on non-existing service. OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=242
10 lines
308 B
Diff
10 lines
308 B
Diff
Index: systemd-37/units/local-fs-pre.target
|
|
===================================================================
|
|
--- systemd-37.orig/units/local-fs-pre.target
|
|
+++ systemd-37/units/local-fs-pre.target
|
|
@@ -9,3 +9,4 @@
|
|
|
|
[Unit]
|
|
Description=Local File Systems (Pre)
|
|
+After=md.service lvm.service dmraid.service
|