Hi, I found the issue. I think that is wrong use: sd_notify(0, "READY=1") only if daemonize is active. Normally with systemd you run process without daemonize or it depend of the type of the systemd service. But in this case with Type=Notify is not needed (IIRC) . If I move sd_notify(0, "READY=1") before if (main_config.daemonize) systemd service starts correctly. I will prepare a patch for the Gentoo guys until the next release. D.On Wed, 2019-05-15 at 07:11 -0400, Alan DeKok wrote:
On May 14, 2019, at 4:31 AM, Daniele Rondina <geaaru@gmail.com> wrote:
Was FreeRADIUS built with systemd support?
Yes, of course. Hereinafter the details about built-in modules:
Hmm. Then I'm not sure.
I will investigate.Thanks
I'll take a look here, too. Alan DeKok.