From d173a4b01c4024cf2bd604b5009048a04ae2bc53 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 16 Jun 2014 05:29:15 -0400 Subject: /etc/init.d/boottime: New script. --- diff --git a/src.etc/init.d/boottime b/src.etc/init.d/boottime new file mode 100644 index 0000000..d8b6c95 --- /dev/null +++ b/src.etc/init.d/boottime @@ -0,0 +1,8 @@ +#!/bin/sh /etc/rc.common + +START='99' + +start() +{ + tty_printf 'Booted in %s seconds' "$(cut -d ' ' -f 1 /proc/uptime)" +} -- cgit v0.9.1