From 0f18dde88b5e6034891102d23467cf3bf6ebe331 Mon Sep 17 00:00:00 2001 From: rugk Date: Sun, 20 Jun 2021 14:27:59 +0200 Subject: [PATCH] fix. intendation for long PID config line --- root/defaults/ddclient.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/root/defaults/ddclient.conf b/root/defaults/ddclient.conf index f414db7..2b4d57c 100644 --- a/root/defaults/ddclient.conf +++ b/root/defaults/ddclient.conf @@ -20,7 +20,7 @@ daemon=300 # check every 300 seconds syslog=yes # log update msgs to syslog #mail=root # mail all msgs to root #mail-failure=root # mail failed update msgs to root -pid=/var/run/ddclient/ddclient.pid # record PID in file. +pid=/var/run/ddclient/ddclient.pid # record PID in file. ssl=yes # use ssl-support. Works with # ssl-library # postscript=script # run script after updating. The @@ -239,4 +239,4 @@ ssl=yes # use ssl-support. Works with # # if-skip=Scope:Link # alternative to use=web # login=your-myonlineportal-username # password=your-myonlineportal-password -# domain.myonlineportal.net \ No newline at end of file +# domain.myonlineportal.net