systemd-boot-update.service: replace --no-variables with --variables=no

bbeeea4362 replaced the option in bootctl,
so systemd-boot-update.service should follow.
This commit is contained in:
nl6720
2025-09-18 16:52:31 +03:00
parent 07345762c8
commit 8ec3e769b5

View 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