Vishnu Pajjuri
Vishnu Pajjuri

Reputation: 1

What is the configuration file read by init process in fedora 18?

Just i want to check the configuration file used by init process in fedora 18 (32 bit). In older versions it is mentioned as /etc/inittab. Actually i found the file but i didn't get any info regarding configuration. it is saying that "inittab is no longer used when using systemd". If it is not the configuration file used by init process please mention the path where it is

Upvotes: 0

Views: 117

Answers (1)

linux_fanatic
linux_fanatic

Reputation: 5177

Yes as systemd is being used for setting runlevels and booting configuration you can check the configuration files in /etc/systemd/system/ directory where you find some target files for the different runlevels like graphical.target for runlevel 5.

Thanks & Regards,
Alok Thaker

Upvotes: 0

Related Questions