summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-03-24 14:42:32 +0100
committerGitHub <noreply@github.com>2024-03-24 14:42:32 +0100
commit8ca9e5930cd1154309036ef0ebd40821bab91991 (patch)
tree9f0498d20e5bad9936cf183759fc249e09deed53
parent3e418913f8855d4ce8b90bb9a43019d5ef1742f2 (diff)
parent875ac6980b1d99f7ba00fca082ea393ec7de61c8 (diff)
downloadvyos-1x-8ca9e5930cd1154309036ef0ebd40821bab91991.tar.gz
vyos-1x-8ca9e5930cd1154309036ef0ebd40821bab91991.zip
Merge pull request #3180 from vyos/mergify/bp/sagitta/pr-3179
grub: T6165: increase service TimeoutSec from 5 -> 60 (backport #3179)
-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