1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2024-12-26 16:53:47 +01:00
OpenVoiceOS/buildroot-external/rootfs-overlay/etc/swupdate.cfg
2023-08-21 08:05:43 +00:00

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;
};