service dependency between graphical.target and multi-user.target

Posted on
[root@mainlaptop ~]# systemctl list-dependencies graphical.target
graphical.target
├─network.service
├─rhnsd.service
└─multi-user.target
  ├─network.service
  ├─rhnsd.service

The above output is trimmed for brevity

graphical.target is dependant on multi-user.target but i see couple of services which exist on both graphical.target and multi-user.target (network.service and rhnsd.service). My doubt is won't it be sufficient to run both services in multi-user.target. What is the need to run both of them in graphical.target too.

Close

Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.