diff --git a/Applications/System/systemd-boot.md b/Applications/System/systemd-boot.md index 1fb380d..a945b95 100644 --- a/Applications/System/systemd-boot.md +++ b/Applications/System/systemd-boot.md @@ -6,7 +6,13 @@ Install using XBOOTLDR: bootctl --esp-path=/efi --boot-path=/boot install ``` -Update everytime systemd is updated: +Automatic update: + +```sh +systemctl enable systemd-boot-update.service +``` + +Manual update: ```sh bootctl --esp-path=/efi --boot-path=/boot update