summaryrefslogtreecommitdiff
path: root/sysutils/tuptime/files/pkg-message.in
blob: 89a9d77859f35b07f363296b832adf472fe8993f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
======================================================================

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

======================================================================