Well, it's still existent:
- Code: Select all
[doktor5000@Mageia3 ~]$ urpmf '^/etc/inittab'
initscripts:/etc/inittab
initscripts:/etc/inittab
[doktor5000@Mageia3 ~]$ cat /etc/inittab
# inittab is no longer used when using systemd.
#
# ADDING CONFIGURATION HERE WILL HAVE NO EFFECT ON YOUR SYSTEM.
#
# Ctrl-Alt-Delete is handled by /etc/systemd/system/ctrl-alt-del.target
#
# systemd uses 'targets' instead of runlevels. By default, there are two main targets:
#
# multi-user.target: analogous to runlevel 3
# graphical.target: analogous to runlevel 5
#
# To set a default target, run:
#
# ln -s /lib/systemd/system/<target name>.target /etc/systemd/system/default.target
#
ca::ctrlaltdel:/sbin/shutdown -t3 -r now
And yes, systemd is the replacement for SysVinit init system.
There are some explanations in
http://en.wikipedia.org/wiki/Init#SysV-style and at then end pointers to alternative init systems.
Please check again the previous hint about systemd documentation:
viewtopic.php?p=42717#p42717