diff options
author | Jonas Smedegaard <dr@jones.dk> | 2005-11-28 09:46:34 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2005-11-28 09:46:34 +0000 |
commit | e51137975826ada1cbad118bbd85f3a6230366de (patch) | |
tree | cd694d84af53b01b1dec843802eface6df7909d0 /mailgraph | |
parent | 103434f4d0850e585e259d08bea8e4a3cb5c15e8 (diff) |
New small helper script to keep a consistent mailgraph graph since the daemon dies.
Diffstat (limited to 'mailgraph')
-rwxr-xr-x | mailgraph/cron.hourly/local-mailgraph-reload | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mailgraph/cron.hourly/local-mailgraph-reload b/mailgraph/cron.hourly/local-mailgraph-reload new file mode 100755 index 0000000..c6daa0a --- /dev/null +++ b/mailgraph/cron.hourly/local-mailgraph-reload @@ -0,0 +1,5 @@ +#!/bin/sh + +# mailgraph may crash, and needs to reload in time to fill in the gap + +/usr/sbin/invoke-rc.d mailgraph force-reload > /dev/null |