#!/bin/sh

# Copyright (C) 2019  Gioacchino Mazzurco <gio@altermundi.net>
# This is free software, licensed under the GNU Affero General Public License v3

[ "$SERVICE" == "babeld" ] && [ "$ACTION" == "service.start" ] &&
	((sleep 2s; /usr/bin/shared-state-publish_babeld_hosts)&)
