forked from Lainports/freebsd-ports
PR: 231632 Submitted by: rfraile@rfraile.eu Approved by: tcberner (mentor, implicit), jeremy@smart-serv.net (maintainer)
13 lines
389 B
Text
13 lines
389 B
Text
======================================================================
|
|
|
|
tuptime requires execution at startup and shutdown on rc.d, please
|
|
add to /etc/rc.conf:
|
|
|
|
tuptime_enable="YES"
|
|
|
|
tuptime requires a scheduled execution on cron, please add to
|
|
/etc/crontab:
|
|
|
|
*/5 * * * * root %%PREFIX%%/bin/tuptime -x > /dev/null
|
|
|
|
======================================================================
|