Remove libsqlite3 (moved)
[packages.git] / net / ddns-scripts / files / etc / hotplug.d / iface / 25-ddns
1 #!/bin/sh
2
3 . /usr/lib/ddns/dynamic_dns_functions.sh
4
5 if [ "$ACTION" = "ifup" ]; then
6         start_daemon_for_all_ddns_sections "$INTERFACE"
7 fi
8
9