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