diff options
author | B. Watson <yalhcru@gmail.com> | 2016-11-14 16:23:42 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-15 21:41:38 +0700 |
commit | 23c957c29fdf3b053b7712a6d4aafcc1256d4582 (patch) | |
tree | a55b40c922bcead674a41af0928aaf2863ab89f3 /system/uptimed | |
parent | 9c5609c1c49edd618164787eeb861e1618a95c8b (diff) | |
download | slackbuilds-23c957c29fdf3b053b7712a6d4aafcc1256d4582.tar.gz |
system/uptimed: Fix README.
Diffstat (limited to 'system/uptimed')
-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. |