fff-hoods: Do not run configurehood and nodewatcher at the same time

nodewatcher and configurehood have both been run with */5 in micrond.

This may lead to nodewatcher accessing information just being
changed by configurehood. To prevent this, we just change the
start of configurehood, as this has no known disadvantages.

A change of the nodewatcher start would also solve the problem,
but nodewatcher is synchronized to the alfred-master and the
Monitoring.

Fixes #96.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Reviewed-by: Fabian Bläse <fabian@blaese.de>
This commit is contained in:
Adrian Schmutzler 2018-03-08 21:31:06 +01:00
parent 6b4b515b2a
commit dc4746eae9
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
*/5 * * * * [ -f /tmp/started ] && /usr/sbin/configurehood
3-59/5 * * * * [ -f /tmp/started ] && /usr/sbin/configurehood