You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
- #!/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
- }
-
|