mirror of
https://github.com/openwrt/packages.git
synced 2026-01-09 19:31:21 +00:00
ddns-scripts: Copied from previous repository
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
This commit is contained in:
12
net/ddns-scripts/files/etc/init.d/ddns
Normal file
12
net/ddns-scripts/files/etc/init.d/ddns
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/bin/sh /etc/rc.common
|
||||
START=95
|
||||
|
||||
start() {
|
||||
. /usr/lib/ddns/dynamic_dns_functions.sh
|
||||
start_daemon_for_all_ddns_sections
|
||||
}
|
||||
|
||||
stop() {
|
||||
killall -9 dynamic_dns_updater.sh
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user