From: nl6720 Date: Thu, 18 Sep 2025 13:52:31 +0000 (+0300) Subject: systemd-boot-update.service: replace --no-variables with --variables=no X-Git-Tag: v259-rc1~516^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ec3e769b50f2a345bbdf69ae58c6c8b7879010e;p=thirdparty%2Fsystemd.git systemd-boot-update.service: replace --no-variables with --variables=no bbeeea43625d22d2ab92b26ed93378acbad8ca66 replaced the option in bootctl, so systemd-boot-update.service should follow. --- diff --git a/units/systemd-boot-update.service b/units/systemd-boot-update.service index f234184d780..9a4fbc1e715 100644 --- a/units/systemd-boot-update.service +++ b/units/systemd-boot-update.service @@ -21,7 +21,7 @@ Before=shutdown.target [Service] Type=oneshot RemainAfterExit=yes -ExecStart=bootctl --no-variables --graceful update +ExecStart=bootctl --variables=no --graceful update [Install] WantedBy=sysinit.target