#!/bin/sh /etc/rc.common

START='99'

start()
{
	tty_printf 'Booted in %s seconds' "$(cut -d ' ' -f 1 /proc/uptime)"
}