diff options
author | Christian Breunig <christian@breunig.cc> | 2025-05-17 15:09:56 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2025-05-17 16:05:38 +0200 |
commit | 735df23bf2f99a4f29ace61d160b46d52f832791 (patch) | |
tree | 05aae18ae87271b2a64bf72c7285a1c67f925e61 | |
parent | d7ff642a389e47a4f38fa7c2fabbe71fbbb05f21 (diff) | |
download | vyos-1x-735df23bf2f99a4f29ace61d160b46d52f832791.tar.gz vyos-1x-735df23bf2f99a4f29ace61d160b46d52f832791.zip |
T1771: enable "reboot-on-upgrade-failure" for new VyOS installations
-rw-r--r-- | data/config.boot.default | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/config.boot.default b/data/config.boot.default index db5d11ea1..02f56da8f 100644 --- a/data/config.boot.default +++ b/data/config.boot.default @@ -40,6 +40,9 @@ system { } } } + option { + reboot-on-upgrade-failure 5 + } syslog { local { facility all { |