diff options
author | Graham Orange <gorange40@gmail.com> | 2015-11-05 00:28:30 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-11-05 00:44:58 +0700 |
commit | 4fecfb38f80b6b9ed817cc73f60f0b21b7048160 (patch) | |
tree | cb5cc8f2998364639f305679ef64667cd6b92ec0 /system/uptimed/README | |
parent | a67738dd229da17acb8674fe8943c28fb33aa869 (diff) | |
download | slackbuilds-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/README | 5 |
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". |