Index: ddclient =================================================================== --- ddclient.orig +++ ddclient @@ -847,6 +847,7 @@ if (opt('foreground') || opt('force')) { print STDERR "${program}: can not fork ($!)\n"; exit -1; } elsif ($pid) { + sleep(1); exit 0; } $SIG{'CHLD'} = 'DEFAULT';