diff --git a/sample-etc_ddclient.conf b/sample-etc_ddclient.conf index 8ef3fbe..77dd7b5 100644 --- a/sample-etc_ddclient.conf +++ b/sample-etc_ddclient.conf @@ -200,7 +200,6 @@ ssl=yes # use ssl-support. Works with ## #protocol=cloudflare, \ #zone=domain.tld, \ -#server=www.cloudflare.com, \ #login=your-login-email, \ #password=APIKey, \ #ttl=1 \ diff --git a/sample-etc_rc.d_init.d_ddclient.alpine b/sample-etc_rc.d_init.d_ddclient.alpine index 9160823..bdfffdb 100755 --- a/sample-etc_rc.d_init.d_ddclient.alpine +++ b/sample-etc_rc.d_init.d_ddclient.alpine @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run description="ddclient Daemon for Alpine" command="/usr/sbin/ddclient" config_file="/etc/ddclient/ddclient.conf"