summaryrefslogtreecommitdiff
path: root/src/systemd/vyos-grub-update.service
blob: 7b67ae1b8066b288556ba01e42b8d7056eebc2f4 (plain)
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=60
KillMode=process
StandardOutput=journal+console

[Install]
WantedBy=vyos-router.service