1 2 3 4 5 6 7 8 9 10 11 12 13 14
[Unit] Description=Update GRUB loader configuration structure After=local-fs.target Before=vyos-router.service [Service] Type=oneshot ExecStart=/usr/libexec/vyos/system/grub_update.py TimeoutSec=5 KillMode=process StandardOutput=journal+console [Install] WantedBy=vyos-router.service