diff options
author | John Estabrook <jestabro@vyos.io> | 2023-05-22 20:08:38 -0500 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2023-12-16 15:34:57 -0600 |
commit | b29c9a3e4dd4b1280374b8b339db8f4ce7228729 (patch) | |
tree | 3e90274a2a43064f2961e28cbbcca224c60faee9 /data | |
parent | 6aac2259b8bb418c2c4a07a14f3524383aedd6c4 (diff) | |
download | vyos-build-b29c9a3e4dd4b1280374b8b339db8f4ce7228729.tar.gz vyos-build-b29c9a3e4dd4b1280374b8b339db8f4ce7228729.zip |
image: T4516: enable vyos-grub-update service
(cherry picked from commit e891c1e160b48aae854205bfb42da86bd491e364)
Diffstat (limited to 'data')
-rwxr-xr-x | data/live-build-config/hooks/live/18-enable-disable_services.chroot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/live-build-config/hooks/live/18-enable-disable_services.chroot b/data/live-build-config/hooks/live/18-enable-disable_services.chroot index 59fcf376..bd1a0800 100755 --- a/data/live-build-config/hooks/live/18-enable-disable_services.chroot +++ b/data/live-build-config/hooks/live/18-enable-disable_services.chroot @@ -79,6 +79,7 @@ systemctl enable vyos-hostsd.service systemctl enable acpid.service systemctl enable vyos-router.service systemctl enable vyos-configd.service +systemctl enable vyos-grub-update.service echo I: Masking services systemctl mask systemd-journald-audit.socket |