a699b1ca34
- Do not provide %{release} for systemd-analyze - Add more conflicts to -mini packages - Disable Predictable Network interface names until it has been reviewed by network team, with /usr/lib/tmpfiles.d/network.conf. - Don't package /usr/lib/firmware/update (not used) (forwarded request 172848 from fcrozat) OBS-URL: https://build.opensuse.org/request/show/172873 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd?expand=0&rev=135
22 lines
767 B
Diff
22 lines
767 B
Diff
From: Frederic Crozat <fcrozat@suse.com>
|
|
Date: Mon, 9 Jan 2012 17:01:22 +0000
|
|
Subject: ensure sysctl are applied after modules are loaded
|
|
|
|
(bnc#725412)
|
|
---
|
|
units/systemd-sysctl.service.in | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/units/systemd-sysctl.service.in b/units/systemd-sysctl.service.in
|
|
index 45e1ceb..caaaa9a 100644
|
|
--- a/units/systemd-sysctl.service.in
|
|
+++ b/units/systemd-sysctl.service.in
|
|
@@ -11,6 +11,7 @@ Documentation=man:systemd-sysctl.service(8) man:sysctl.d(5)
|
|
DefaultDependencies=no
|
|
Conflicts=shutdown.target
|
|
After=systemd-readahead-collect.service systemd-readahead-replay.service
|
|
+After=systemd-modules-load.service
|
|
Before=sysinit.target shutdown.target
|
|
ConditionPathIsReadWrite=/proc/sys/
|
|
ConditionPathExists=|/etc/sysctl.conf
|