aboutsummaryrefslogtreecommitdiff
path: root/utils/bmx7-dnsupdate
Commit message (Collapse)AuthorAge
* bmx7-dnsupdate: wait 10 secs if bmx7 ins't runningPaul Spooren2018-04-21
| | | | | | | | If bmx7 isn't running just yet the folder `/var/run/bmx7/json/originators` is missing and so the while loop runs non stop. Now the loop sleeps for 10 seconds if inotifywait fails. Signed-off-by: Paul Spooren <spooren@informatik.uni-leipzig.de>
* bmx7-dnsupdate: add packagePaul Spooren2018-04-17
Makes it easy to address bmx7 shorids and hostnames with ping, ssh, etc. Both are stored in /tmp/hosts/ and so loaded by dnsmasq. Instead of using a cron job which triggers the bmx7 deamon every so and so, inotifywait is used to see creation or deletion of originators in /var/run/bmx7/json/originators/ Signed-off-by: Paul Spooren <spooren@informatik.uni-leipzig.de>