only start via hotplug not via boot

Hotplug script will start service for each interface.
To prevent duplicates and in general must not start on boot.
This commit is contained in:
Christian Schoenebeck
2014-09-16 05:20:52 +02:00
parent aabc203d54
commit 2472014a7d

View File

@@ -1,6 +1,10 @@
#!/bin/sh /etc/rc.common
START=95
boot() {
return 0
}
start() {
. /usr/lib/ddns/dynamic_dns_functions.sh
start_daemon_for_all_ddns_sections