Is Debian 7.5 2014-05-14 using init.d, systemd, or something else?

I installed the latest Debian 7.5 image (dated 2014-05-14) onto my BeagleBone Black, and have hit a brick wall trying to figure out why things I just did on a Raspberry Pi running Raspbian do not work on this version of Debian. One of those things is trying to get an init.d script to run on startup – specifically /etc/init.d/hwclock.sh.

I am now suspecting that this version of Debian has switched to using systemd. Would someone please confirm (or deny) my suspicion?

systemd is enabled on these images. However if the "hwclock.sh" script
has a systemd varient, that will be used instead of
/etc/init.d/hwclock.sh

Regards,

I am very new to systemd. Where would I find the systemd equivalent of the init.d scripts?

Yeah, i haven't figured it out either, hence why you see both my
"boot_script.sh" and "capemgr.sh" scripts under /etc/init.d/..

but it boots 40 seconds faster. :wink:

Regards,

systemctl will show you all the details. Most of the gory details live under
/lib/systemd/system

These two links are great starting points. I'm still trying to wrap my brain around the whole systemd concept. I will say that it does boot every piece of hardware I've used it on very fast.

http://0pointer.de/blog/projects/systemd-for-admins-1.html

http://www.freedesktop.org/wiki/Software/systemd/

Mike