After 6 months of no use I did a (large) “zypper up” which included a kernel update. On bootup I now get an error which tells me I should check it by invoking “sysctl status nscd.service”, but when I do that the result is…
# sysctl status nscd.service
sysctl: cannot stat /proc/sys/status: No such file or directory
sysctl: cannot stat /proc/sys/nscd/service: No such file or directory
#
I believe sysctl has been replaced by systemctl. Do I need to invoke sytemctl in my boot procedure, and how do I do that?