diff options
| author | Jan Huwald <jh@sotun.de> | 2012-04-27 20:45:38 (GMT) | 
|---|---|---|
| committer | Jan Huwald <jh@sotun.de> | 2012-04-27 20:45:38 (GMT) | 
| commit | 0fcad41b81052d3747d8be1945fdfbdf3725d86b (patch) | |
| tree | b1aa1024bf3438535b24717492e5a2da2406b0ed /files/common/etc/crontabs | |
| parent | c90d4f95dcb8b98210b87dade1fd0a4cfe9368cb (diff) | |
enable gossip protocol for wifi ccfg
wire ccfg is not distributed as it is local per node
(also add the forgotten symlink for the splash p2ptbl)
Diffstat (limited to 'files/common/etc/crontabs')
| -rw-r--r-- | files/common/etc/crontabs/root | 6 | 
1 files changed, 4 insertions, 2 deletions
diff --git a/files/common/etc/crontabs/root b/files/common/etc/crontabs/root index 178f6e3..3a902c5 100644 --- a/files/common/etc/crontabs/root +++ b/files/common/etc/crontabs/root @@ -1,5 +1,7 @@ -* * * * * /sbin/p2ptbl gossip /tmp/p2ptbl/gwip   500 br-mesh -* * * * * /sbin/p2ptbl gossip /tmp/p2ptbl/update 500 br-mesh +* * * * */10 /sbin/p2ptbl gossip /tmp/p2ptbl/ccfg_wifi 500 br-mesh +* * * * *    /sbin/p2ptbl gossip /tmp/p2ptbl/gwip      500 br-mesh +* * * * *    /sbin/p2ptbl gossip /tmp/p2ptbl/splash    500 br-mesh +* * * * *    /sbin/p2ptbl gossip /tmp/p2ptbl/update    500 br-mesh  * * * * * /sbin/fsm watch inetable  * * * * * /sbin/fsm watch update  * * * * * /sbin/splash_sync  | 
