diff options
Diffstat (limited to 'system/uptimed/README')
-rw-r--r-- | system/uptimed/README | 8 |
1 files changed, 4 insertions, 4 deletions
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. |