mirror of https://github.com/aredn/aredn.git
26 lines
663 B
Plaintext
26 lines
663 B
Plaintext
config 'system'
|
|
option 'hostname' '<NODE>'
|
|
option 'timezone' '<time_zone>'
|
|
option 'description' '<description_node>'
|
|
|
|
config 'timeserver' 'ntp'
|
|
list 'server' '<ntp_server>'
|
|
option enable_server 0
|
|
option enabled 0
|
|
|
|
config button
|
|
option button 'reset'
|
|
option action 'released'
|
|
option handler '/usr/local/bin/bbhnrecoverymode'
|
|
option min '3'
|
|
option max '7'
|
|
|
|
config button
|
|
option button 'reset'
|
|
option action 'released'
|
|
option handler 'firstboot -y && reboot'
|
|
option min '12'
|
|
option max '20'
|
|
|
|
include /etc/aredn_include/system_netled
|