1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-02-02 19:57:19 +01:00

15 lines
230 B
INI
Raw Normal View History

2023-08-21 08:05:43 +00:00
globals :
{
verbose = true;
loglevel = 5;
preupdatecmd = "/usr/libexec/ovos-update preinst";
postupdatecmd = "/usr/libexec/ovos-update postinst";
};
download :
{
retries = 3;
timeout = 1800;
};