diff options
| author | Daniil Baturin <daniil@vyos.io> | 2025-05-21 00:32:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-21 00:32:28 +0100 |
| commit | ed6248557f691d4edb8d26c014086b3b7e9825dc (patch) | |
| tree | 6a694d993b79e03464a9347892938644de0eedf0 /data | |
| parent | a1c9e9f72b298f3fa53c07386f3e931ced7dba5a (diff) | |
| parent | 735df23bf2f99a4f29ace61d160b46d52f832791 (diff) | |
| download | vyos-1x-ed6248557f691d4edb8d26c014086b3b7e9825dc.tar.gz vyos-1x-ed6248557f691d4edb8d26c014086b3b7e9825dc.zip | |
Merge pull request #4501 from c-po/boot-recovery-T1771
T1771: automatic reboot of system into previous image
Diffstat (limited to 'data')
| -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 { |
