https://bugs.koozali.org/show_bug.cgi?id=11667

--- Comment #21 from Terry Fage <[email protected]> ---
You are simpley introducing a fault

ddclient  needs a default startup conf /etc/ddclient.conf it is NOT updated by
server-manager

smeserver-ddclient which runs the service uses /etc/ddclient/ddclient.conf
which IS updated by server-manager

this is the the service /usr/lib/systemdd/system/ddclient.service

[Unit]
Description=A Perl Client Used To Update Dynamic DNS
After=syslog.target network-online.target nss-lookup.target

[Service]
User=ddclient
Group=ddclient
Type=forking
EnvironmentFile=-/etc/sysconfig/ddclient
ExecStartPre=/bin/touch /var/cache/ddclient/ddclient.cache
ExecStart=/usr/sbin/ddclient -file /etc/ddclient/ddclient.conf -debug -verbose
-noquiet -syslog

[Install]
WantedBy=multi-user.target

The /etc/ddclient.conf is NOT used to config the service...just needs to be
there for intial ddclient start

This is myine

[root@fagehome ~]# systemctl status ddclient.service
● ddclient.service - A Perl Client Used To Update Dynamic DNS
   Loaded: loaded (/usr/lib/systemd/system/ddclient.service; enabled; vendor
preset: enabled)
  Drop-In: /usr/lib/systemd/system/ddclient.service.d
           └─50koozali.conf
   Active: active (running) since Wed 2021-09-01 23:24:48 AEST; 5 days ago
 Main PID: 4019 (ddclient - slee)
   Memory: 4.0M
   CGroup: /system.slice/ddclient.service
           └─4019 ddclient - sleeping for 13090 seconds

Sep 01 23:24:48 fagehome.tfage.dyndns.org systemd[1]: Starting A Perl Client
Used To Update Dynamic DNS...
Sep 01 23:24:48 fagehome.tfage.dyndns.org systemd[1]: Started A Perl Client
Used To Update Dynamic DNS.

Bug is verified

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to