diff options
Diffstat (limited to 'data/config.boot.default')
| -rw-r--r-- | data/config.boot.default | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/data/config.boot.default b/data/config.boot.default index 93369d9b7..cee350bad 100644 --- a/data/config.boot.default +++ b/data/config.boot.default @@ -33,6 +33,11 @@ system { } host-name "vyos" login { + operator-group default { + command-policy { + allow "*" + } + } user vyos { authentication { encrypted-password "$6$QxPS.uk6mfo$9QBSo8u1FkH16gMyAVhus6fU3LOzvLR9Z9.82m3tiHFAxTtIkhaZSWssSgzt4v4dGAL8rhVQxTg0oAG9/q11h/" @@ -40,8 +45,11 @@ system { } } } + option { + reboot-on-upgrade-failure 5 + } syslog { - global { + local { facility all { level "info" } |
