Você está na página 1de 1

# antes

[mluiz@union-pc03 ~]$ ls -l /etc/systemd/system/default.target


lrwxrwxrwx. 1 root root 37 Oct 22 11:51 /etc/systemd/system/default.target -> /l
ib/systemd/system/multi-user.target
[mluiz@union-pc03 ~]$ sudo unlink /etc/systemd/system/default.target
[mluiz@union-pc03 ~]$
[mluiz@union-pc03 ~]$ sudo ln -sf /usr/lib/systemd/system/graphical.target /etc/
systemd/system/default.target
[mluiz@union-pc03 ~]$
[mluiz@union-pc03 ~]$ ls -l /etc/systemd/system/default.target
lrwxrwxrwx. 1 root root 40 Oct 31 14:46 /etc/systemd/system/default.target -> /u
sr/lib/systemd/system/graphical.target

Você também pode gostar