I had to create the folder /var/cache/ddclient in order for ddclient to work correctly. It fails without the folder present.
Also, perl-io-socket-ssl is a required runtime dep for using SSL but was not installed with ddclient.
I had to create the folder /var/cache/ddclient in order for ddclient to work correctly. It fails without the folder present.
Also, perl-io-socket-ssl is a required runtime dep for using SSL but was not installed with ddclient.
@DataDrake
In the service, there is also : PIDFile=/var/run/ddclient.pid
So I guess there should be something in the tmpfiles.d for this as well
@kyrios123, /var/run is world writable so you don't need a tmpfiles.d entry for that. I did need it for /var/cache/ddclient
Fixed in unstable: