cancel
Showing results for 
Search instead for 
Did you mean: 
Trevor
Starfighter Starfighter
Starfighter
  • 151 Views

What does systemd use?

Jump to solution

The SysVinit init system uses runlevels.  You may recall that runlevels
are a feature of the SysVinit system, where each runlevel represents
a specific operating state, and determines which program should start
when a Linux system boots.

The init system that is used on RHEL installations is systemd.  systemd
does NOT use runlevels, as the SysVinit system does.  What does
system use instead of runlevels?

 

Note:  Intended audience is RHCE level and lower!

 

Trevor "Red Hat Evangelist" Chandler
Labels (3)
1 Solution

Accepted Solutions
Ad_astra
Flight Engineer Flight Engineer
Flight Engineer
  • 88 Views

Hi there

Systemd uses targets instead of run levels. Each target depends on one or more systemd units to put the system into a required state. Common targets are:

graphical.target

multi-user.target

Regards

View solution in original post

2 Replies
Ad_astra
Flight Engineer Flight Engineer
Flight Engineer
  • 89 Views

Hi there

Systemd uses targets instead of run levels. Each target depends on one or more systemd units to put the system into a required state. Common targets are:

graphical.target

multi-user.target

Regards

Trevor
Starfighter Starfighter
Starfighter
  • 44 Views

Your score:  100!!!!!!!

Thanks Ad_astra!!!!

Trevor "Red Hat Evangelist" Chandler
Join the discussion
You must log in to join this conversation.