]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
systemd-boot-update.service: replace --no-variables with --variables=no
authornl6720 <devnull@nl6720.me>
Thu, 18 Sep 2025 13:52:31 +0000 (16:52 +0300)
committernl6720 <devnull@nl6720.me>
Thu, 18 Sep 2025 14:00:49 +0000 (17:00 +0300)
bbeeea43625d22d2ab92b26ed93378acbad8ca66 replaced the option in bootctl,
so systemd-boot-update.service should follow.

units/systemd-boot-update.service

index f234184d78070c88c0a1f196c4eceb7da5efdb31..9a4fbc1e715b5e0ffec27c8b354edfe98a35f498 100644 (file)
@@ -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