diff options
Diffstat (limited to 'net-mgmt/ifgraph/files/crontab.in')
-rw-r--r-- | net-mgmt/ifgraph/files/crontab.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net-mgmt/ifgraph/files/crontab.in b/net-mgmt/ifgraph/files/crontab.in new file mode 100644 index 000000000000..6d856dd91303 --- /dev/null +++ b/net-mgmt/ifgraph/files/crontab.in @@ -0,0 +1,3 @@ +# crontab file for ifGraph +#*/5 * * * * %%PREFIX%%/bin/ifgraph.pl -c %%PREFIX%%/etc/ifgraph.conf > /dev/null +#*/5 * * * * %%PREFIX%%/bin/makegraph.pl -c %%PREFIX%%/etc/ifgraph.conf > /dev/null |