diff options
author | Katze Miau <miaukatzemiau@priveasy.de> | 2011-12-03 12:24:32 (GMT) |
---|---|---|
committer | Katze Miau <miaukatzemiau@priveasy.de> | 2011-12-03 12:24:32 (GMT) |
commit | 60e35b6e6150950f52ff0472b7e61884a5b3a752 (patch) | |
tree | 647985233e5d652af5b05d3ea1f45458438dcfed /files/common/etc/crontabs/root | |
parent | e651f612faaab8db756269e65a439e1d63601793 (diff) |
add p2ptbl "test" as example
The table broadcasted once per minute over br-mesh. To fill the table
with contents on all nodes, run:
p2ptbl update /tmp/p2ptbl/test somekey somevalue
on one node. If the command shall have immediate effect, run:
p2ptbl update /tmp/p2ptbl/test somekey somevalue br-mesh
Diffstat (limited to 'files/common/etc/crontabs/root')
-rw-r--r-- | files/common/etc/crontabs/root | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/common/etc/crontabs/root b/files/common/etc/crontabs/root index 8b13789..09298c8 100644 --- a/files/common/etc/crontabs/root +++ b/files/common/etc/crontabs/root @@ -1 +1 @@ - +* * * * * /sbin/p2ptbl gossip /tmp/p2ptbl/test 100 br-mesh |