forked from pool/systemd
Frederic Crozat
6f4fdad1c2
- version 207, distribution specific changes follow, for overall release notes see NEWS. - Fixed: * Failed at step PAM spawning /usr/lib/systemd/systemd: Operation not permitted * Fix shutdown hang "a stop job is running for Session 1 of user root" that was reported in opensuse-factory list. - systemd-sysctl no longer reads /etc/sysctl.conf however backward compatbility is to be provides by a symlink created at %post. - version 207, distribution specific changes follow, for overall release notes see NEWS. - Fixed: * Failed at step PAM spawning /usr/lib/systemd/systemd: Operation not permitted * Fix shutdown hang "a stop job is running for Session 1 of user root" that was reported in opensuse-factory list. - systemd-sysctl no longer reads /etc/sysctl.conf however backward compatbility is to be provides by a symlink created at %post. OBS-URL: https://build.opensuse.org/request/show/198799 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=429
20 lines
700 B
Diff
20 lines
700 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(+)
|
|
|
|
--- systemd-206_git201308300826.orig/units/systemd-sysctl.service.in
|
|
+++ systemd-206_git201308300826/units/systemd-sysctl.service.in
|
|
@@ -11,6 +11,7 @@ Documentation=man:systemd-sysctl.service
|
|
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/
|
|
ConditionDirectoryNotEmpty=|/lib/sysctl.d
|