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.

12 lines
173 B

  1. #!/bin/sh /etc/rc.common
  2. START=95
  3. start() {
  4. . /usr/lib/ddns/dynamic_dns_functions.sh
  5. start_daemon_for_all_ddns_sections
  6. }
  7. stop() {
  8. killall -9 dynamic_dns_updater.sh
  9. }