mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-26 16:53:47 +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;
|
|
};
|