From systemd log because I don't have that /var/NTP directory. Maybe the ebuild should create it?
It'd be useful to see the log for posterity and to allow easier searching.
Created attachment 734977 [details] ntpsec-systemd.log ntpsec-systemd.log
This probably depends on how you have ntpsec configured. Did you set "statsdir /var/NTP" in /etc/ntp.conf or /etc/ntp.d/*? If so, it's your responsibility to ensure the directory exists.
Inside /etc/ntp.d/use-performance-logging I have the line: statsdir /var/log/ntpstats/ I never touched this files, I think it's the default It's also the only occurrence of "statsdir" through the entire /etc directory
Ok, according to ntpd(8), /var/NTP is the default setting for statsdir. It might be worthwhile to keepdir that path. However, I don't think that's what is causing ntpd.service to fail. It's being killed due to SIGSYS, which probably indicates a seccomp filter is causing the kernel to terminate the process.