diff options
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 e96a9c0bdb0b8..2fbb1725ec9ea 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". |