[systemd-devel] [PATCH 01/11] Ensure that systemd-sysctl.service is applied after modules are loaded

Tom Gundersen teg at jklm.no
Fri Jun 13 08:51:34 PDT 2014


On Fri, Jun 13, 2014 at 4:41 PM, Werner Fink <werner at suse.de> wrote:
> From: Frederic Crozat <fcrozat at suse.com>

Hm, this would not help at all for modules loaded on-demand (which are
most of them). What is the problem being solved here?

> ---
>  units/systemd-sysctl.service.in |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git units/systemd-sysctl.service.in units/systemd-sysctl.service.in
> index 5baf22c..c4bc0da 100644
> --- units/systemd-sysctl.service.in
> +++ units/systemd-sysctl.service.in
> @@ -10,7 +10,7 @@ Description=Apply Kernel Variables
>  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-readahead-collect.service systemd-readahead-replay.service systemd-modules-load.service
>  Before=sysinit.target shutdown.target
>  ConditionPathIsReadWrite=/proc/sys/
>  ConditionDirectoryNotEmpty=|/lib/sysctl.d
> --
> 1.7.9.2
>
> _______________________________________________
> systemd-devel mailing list
> systemd-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/systemd-devel


More information about the systemd-devel mailing list