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

[Install]
WantedBy=vyos-router.service