#!/bin/sh

uci set luci.main.pollinterval='5'
uci set rpcd.@rpcd[0].timeout='300'
uci set system.manualtime='manualtime'
uci commit system
uci commit luci
uci commit rpcd

# remove LuCI cache
rm -rf /tmp/luci-indexcache /tmp/luci-modulecache

exit 0
