This unit is provided by:
Options
-
[Install]
-
WantedBy=systemd-sysctl.service
-
-
[Service]
-
ExecStart=/usr/lib/systemd/systemd-sysctl /usr/lib/modules/%v/sysctl.conf
-
RemainAfterExit=yes
-
Type=oneshot
-
-
[Unit]
-
After=systemd-modules-load.service
-
Before=systemd-sysctl.service
-
ConditionPathExists=/usr/lib/modules/%v/sysctl.conf
-
Conflicts=shutdown.target
-
DefaultDependencies=no
-
Description=Apply Kernel Variables for %v
-
RequiresMountsFor=/boot
-
Additionnal notes
Nothing here.