Hi, It can be changed as below:
root@Teltonika-RUT950:~# cat /etc/rc.local
# Put your custom commands here that should be executed once
# the system init finished.
exit 0
root@Teltonika-RUT950:~# ubus call system watchdog '{"timeout":1800}'
{
"status": "running",
"timeout": 1800,
"frequency": 5
}
root@Teltonika-RUT950:~#
Thanks