[Rt-commit] r12793 - rt/branches/3.8-TESTING
sartak at bestpractical.com
sartak at bestpractical.com
Mon Jun 2 11:57:34 EDT 2008
Author: sartak
Date: Mon Jun 2 11:57:32 2008
New Revision: 12793
Modified:
rt/branches/3.8-TESTING/ (props changed)
rt/branches/3.8-TESTING/README
Log:
r61388 at onn: sartak | 2008-06-02 11:57:21 -0400
Include rt-email-dashboards in the README
Modified: rt/branches/3.8-TESTING/README
==============================================================================
--- rt/branches/3.8-TESTING/README (original)
+++ rt/branches/3.8-TESTING/README Mon Jun 2 11:57:32 2008
@@ -172,13 +172,16 @@
10 Set up automated recurring tasks (cronjobs):
To generate email digest messages, you must arrange for the provided
- utility to be run once daily, and once weekly. For example, if
- your task scheduler is cron, you can configure it as follows:
+ utility to be run once daily, and once weekly. You may also want to
+ arrange for the rt-email-dashboards utility to be run hourly.
+ For example, if your task scheduler is cron, you can configure it as
+ follows:
crontab -e # as the RT administrator (probably root)
# insert the following lines:
0 0 * * * /opt/rt3/sbin/rt-send-digest -m daily
0 0 * * 0 /opt/rt3/sbin/rt-send-digest -m weekly
+ 0 * * * * /opt/rt3/sbin/rt-email-dashboards
11 Set up users, groups, queues, scrips and access control.
More information about the Rt-commit
mailing list