diff options
-rw-r--r-- | files/common/etc/crontabs/root | 6 | ||||
l--------- | files/common/hbbp/p2ptbl/ccfg_wifi | 1 | ||||
l--------- | files/common/hbbp/p2ptbl/splash | 1 |
3 files changed, 6 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 diff --git a/files/common/hbbp/p2ptbl/ccfg_wifi b/files/common/hbbp/p2ptbl/ccfg_wifi new file mode 120000 index 0000000..7d15fc0 --- /dev/null +++ b/files/common/hbbp/p2ptbl/ccfg_wifi @@ -0,0 +1 @@ +/sbin/p2ptbl-recv
\ No newline at end of file diff --git a/files/common/hbbp/p2ptbl/splash b/files/common/hbbp/p2ptbl/splash new file mode 120000 index 0000000..7d15fc0 --- /dev/null +++ b/files/common/hbbp/p2ptbl/splash @@ -0,0 +1 @@ +/sbin/p2ptbl-recv
\ No newline at end of file |