]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - units/systemd-sysctl.service.in
Merge pull request #12013 from yuwata/fix-switchroot-11997
[thirdparty/systemd.git] / units / systemd-sysctl.service.in
index fa72085f9e98b1dd25e37dae1c56cd6bf2ba43af..5b0f7f9df4d1fa36d32072c97fa22ebd737ff742 100644 (file)
@@ -1,3 +1,5 @@
+#  SPDX-License-Identifier: LGPL-2.1+
+#
 #  This file is part of systemd.
 #
 #  systemd is free software; you can redistribute it and/or modify it
@@ -12,9 +14,10 @@ DefaultDependencies=no
 Conflicts=shutdown.target
 After=systemd-modules-load.service
 Before=sysinit.target shutdown.target
-ConditionPathIsReadWrite=/proc/sys/
+ConditionPathIsReadWrite=/proc/sys/net/
 
 [Service]
 Type=oneshot
 RemainAfterExit=yes
 ExecStart=@rootlibexecdir@/systemd-sysctl
+TimeoutSec=90s