]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/systemd-sysctl.service.in
docs: CGROUP_DELEGATION: fix a typo in "that"
[thirdparty/systemd.git] / units / systemd-sysctl.service.in
CommitLineData
a7df2d1e
ZJS
1# SPDX-License-Identifier: LGPL-2.1+
2#
f556ea46
LP
3# This file is part of systemd.
4#
5# systemd is free software; you can redistribute it and/or modify it
5430f7f2
LP
6# under the terms of the GNU Lesser General Public License as published by
7# the Free Software Foundation; either version 2.1 of the License, or
f556ea46
LP
8# (at your option) any later version.
9
10[Unit]
11Description=Apply Kernel Variables
9393a877 12Documentation=man:systemd-sysctl.service(8) man:sysctl.d(5)
f556ea46 13DefaultDependencies=no
0debd2bf 14Conflicts=shutdown.target
0b73eab7 15After=systemd-modules-load.service
e096bf2f 16Before=sysinit.target shutdown.target
411e869f 17ConditionPathIsReadWrite=/proc/sys/net/
f556ea46
LP
18
19[Service]
20Type=oneshot
21RemainAfterExit=yes
8e1bd70d 22ExecStart=@rootlibexecdir@/systemd-sysctl
b53374f9 23TimeoutSec=90s