# this is dhcp hook that will push ip address changes to the sns queue

# Run this in a separate shell to make dhcp hook exit fast
# Set stdin to /dev/null to avoid potential issues with processes holding opened file descriptors
/usr/local/sbin/sns-updater.sh </dev/null &
