From 23c957c29fdf3b053b7712a6d4aafcc1256d4582 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 14 Nov 2016 16:23:42 -0500 Subject: system/uptimed: Fix README. --- system/uptimed/README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'system/uptimed') diff --git a/system/uptimed/README b/system/uptimed/README index 2fbb1725ec..dc1d782990 100644 --- a/system/uptimed/README +++ b/system/uptimed/README @@ -21,11 +21,11 @@ and will render Content-type head information and HTML tabs as necessary. To have the daemon launch automatically at boot time, 1) Set the rc.uptimed file as executable; - chmod 755 /etc/rc.d/rc.uptimed + chmod 755 /etc/rc.d/rc.uptimed 2) Add an entry in rc.local with; - if [ -x /etc/rc.d/rc.uptimed ]; then - /etc/rc.d/rc.uptimed start & - fi + if [ -x /etc/rc.d/rc.uptimed ]; then + /etc/rc.d/rc.uptimed start & + fi Q: Why are my records not saved between reboots? I can see the current uptime info with the 'uprecords' command. -- cgit v1.2.3