summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Estabrook <jestabro@vyos.io>2024-03-24 08:37:53 -0500
committerGitHub <noreply@github.com>2024-03-24 08:37:53 -0500
commitafaf715194a922c92f6ff6058abc0e4b9ff570d4 (patch)
treeab1c1e395d093a736b152a60c39f088d85022711
parentd69ad851ba0edc18841d5f44db8f7555f1adc910 (diff)
parent5a12645cb25fb23f2195db1e2e977a69d0788d01 (diff)
downloadvyos-1x-afaf715194a922c92f6ff6058abc0e4b9ff570d4.tar.gz
vyos-1x-afaf715194a922c92f6ff6058abc0e4b9ff570d4.zip
Merge pull request #3179 from c-po/grub-T6165
grub: T6165: increase service TimeoutSec from 5 -> 60
-rw-r--r--src/systemd/vyos-grub-update.service4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/systemd/vyos-grub-update.service b/src/systemd/vyos-grub-update.service
index 522b13a33..7b67ae1b8 100644
--- a/src/systemd/vyos-grub-update.service
+++ b/src/systemd/vyos-grub-update.service
@@ -6,9 +6,9 @@ Before=vyos-router.service
[Service]
Type=oneshot
ExecStart=/usr/libexec/vyos/system/grub_update.py
-TimeoutSec=5
+TimeoutSec=60
KillMode=process
StandardOutput=journal+console
[Install]
-WantedBy=vyos-router.service \ No newline at end of file
+WantedBy=vyos-router.service