/etc/init.d
contains files that allow to restart a service: # /etc/init.d/cupsd restart
/usr/lib/systemd/system-generators/systemd-sysv-generator
is a generator to create systemd wrapper services for SysVinit scripts (which are traditionally stored in /etc/init.d
).