summaryrefslogtreecommitdiffstats
path: root/system/uptimed/README
diff options
context:
space:
mode:
author Graham Orange2015-11-04 18:28:30 +0100
committer Willy Sudiarto Raharjo2015-11-04 18:44:58 +0100
commit4fecfb38f80b6b9ed817cc73f60f0b21b7048160 (patch)
treecb5cc8f2998364639f305679ef64667cd6b92ec0 /system/uptimed/README
parenta67738dd229da17acb8674fe8943c28fb33aa869 (diff)
downloadslackbuilds-4fecfb38f80b6b9ed817cc73f60f0b21b7048160.tar.gz
system/uptimed: Updated for version 0.4.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/uptimed/README')
-rw-r--r--system/uptimed/README5
1 files changed, 4 insertions, 1 deletions
diff --git a/system/uptimed/README b/system/uptimed/README
index e96a9c0bdb..2fbb1725ec 100644
--- a/system/uptimed/README
+++ b/system/uptimed/README
@@ -24,7 +24,7 @@ To have the daemon launch automatically at boot time,
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
+ /etc/rc.d/rc.uptimed start &
fi
Q: Why are my records not saved between reboots? I can see the current uptime
@@ -33,3 +33,6 @@ A: The uptimed daemon was possibly not running to regularly save the data to the
"/var/spool/uptimed/records" file. See above on how to automatically start
the daemon, and confirm that the "/var/spool/uptimed" directory exists
and is writable.
+
+If performing an upgrade, you may need to chmod 755 rc.uptimed and restart the
+daemon with "/etc/rc.d/rc.uptimed restart".