ddclient / ddclient

Ddclient updates dynamic DNS entries for accounts on a wide range of dynamic DNS services.

Home Page:https://ddclient.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

systemd logs

sergiomb2 opened this issue · comments

why logs aren't going to journalctl ?

we got log=syslog , I think ddclient don't have log=systemd ? as I saw in a few projects

By default, systemd captures STDOUT and STDERR in the journal. However, if ddclient is started in --noforeground mode (the default) then STDOUT and STDERR are redirected to /dev/null. To get the STDOUT/STDERR logs in the journal, start ddclient in --foreground mode (use Type=exec in the systemd.service(5) file, and add --foreground to ExecStart).