what problem needs to be solved? [root at srv-rhsoft:/usr/lib/systemd/system]$ ls | grep graphical drwxr-xr-x. 2 root root 4,0K 2018-05-04 12:46 graphical.target.wants lrwxrwxrwx 1 root root 16 2018-05-04 10:40 default.target -> graphical.target -rw-r--r-- 1 root root 558 2018-02-21 12:29 graphical.target lrwxrwxrwx 1 root root 16 2018-05-04 10:40 runlevel5.target -> graphical.target [root at srv-rhsoft:/usr/lib/systemd/system]$ cat graphical.target # This file is part of systemd. # # systemd is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. [Unit] Description=Graphical Interface Documentation=man:systemd.special(7) Requires=multi-user.target Wants=display-manager.service Conflicts=rescue.service rescue.target After=multi-user.target rescue.service rescue.target display-manager.service AllowIsolate=yes [root at srv-rhsoft Am 28.06.2018 um 15:50 schrieb Ryan Gonzalez: > I *think* it's the login manager? > > On June 27, 2018 11:41:22 PM Alberto Salvia Novella > <es20490446e at gmail.com> wrote: > >> Currently many Linux Distributions don't activate >> graphical-session.target and graphical-session-pre.target during login. >> >> I liked to know which software should ideally be in charge of that. So >> I can inform their developers about it, and have that behavior widely >> adopted