mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-28 17:51:15 +01:00
15 lines
230 B
INI
15 lines
230 B
INI
|
globals :
|
||
|
{
|
||
|
|
||
|
verbose = true;
|
||
|
loglevel = 5;
|
||
|
preupdatecmd = "/usr/libexec/ovos-update preinst";
|
||
|
postupdatecmd = "/usr/libexec/ovos-update postinst";
|
||
|
};
|
||
|
|
||
|
download :
|
||
|
{
|
||
|
retries = 3;
|
||
|
timeout = 1800;
|
||
|
};
|