Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision | ||
| docs:guide-user:base-system:system_configuration [2023/10/14 09:10] – use service command vgaetera | docs:guide-user:base-system:system_configuration [2023/12/10 08:30] – reorganize vgaetera | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== System configuration / | ====== System configuration / | ||
| The system UCI subsystem configuration file is located in ''/ | The system UCI subsystem configuration file is located in ''/ | ||
| - | + | The default settings are: | |
| - | ===== System section ===== | + | |
| - | The '' | + | |
| <code bash> | <code bash> | ||
| - | # uci -N show system.@system[0] | + | # / |
| - | system.@system[0]=system | + | |
| - | system.@system[0].hostname=' | + | config |
| - | system.@system[0].timezone=' | + | option |
| - | system.@system[0].ttylogin=' | + | option |
| - | system.@system[0].log_size=' | + | option |
| - | system.@system[0].urandom_seed=' | + | option |
| + | option | ||
| + | |||
| + | config timeserver ' | ||
| + | option enabled ' | ||
| + | option enable_server ' | ||
| + | list server ' | ||
| + | list server ' | ||
| + | list server ' | ||
| + | list server ' | ||
| </ | </ | ||
| + | |||
| + | ===== System section ===== | ||
| + | The '' | ||
| These options can be set in the system section: | These options can be set in the system section: | ||